You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sphinx-autodoc needs to import modules when auto-generating docs. For aeon_mecha.dj_pipeline modules, schema = dj.Schema(...) gets executed upon import, and the user is prompted to log in with their DataJoint username and password. How can we make these modules importable without logging in?
The text was updated successfully, but these errors were encountered:
Sphinx-autodoc needs to import modules when auto-generating docs. For
aeon_mecha.dj_pipeline
modules,schema = dj.Schema(...)
gets executed upon import, and the user is prompted to log in with their DataJoint username and password. How can we make these modules importable without logging in?The text was updated successfully, but these errors were encountered: