-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: amend imports to remove autodoc mocking #18
Milestone
Comments
diegodelemos
pushed a commit
to diegodelemos/reana-job-controller
that referenced
this issue
Feb 6, 2017
* Adds `config.py` so that pykube configuration is loaded only at run time. (addresses reanahub#18) * Renames `create_job` on `k8s.py` to avoid name clashing inside `app.py`. Signed-off-by: Diego Rodriguez <[email protected]>
diegodelemos
pushed a commit
to diegodelemos/reana-job-controller
that referenced
this issue
Feb 6, 2017
* Adds `config.py` so that pykube configuration is loaded only at run time. (addresses reanahub#18) * Renames `create_job` on `k8s.py` to avoid name clashing inside `app.py`. Signed-off-by: Diego Rodriguez <[email protected]>
diegodelemos
pushed a commit
to diegodelemos/reana-job-controller
that referenced
this issue
Feb 6, 2017
* Adds `config.py` so that pykube configuration is loaded only at run time. (addresses reanahub#18) * Renames `create_job` on `k8s.py` to avoid name clashing inside `app.py`. Signed-off-by: Diego Rodriguez <[email protected]>
diegodelemos
pushed a commit
to diegodelemos/reana-job-controller
that referenced
this issue
Feb 6, 2017
* Adds `config.py` so that pykube configuration is loaded only at run time. (closes reanahub#18) * Renames `create_job` on `k8s.py` to avoid name clashing inside `app.py`. Signed-off-by: Diego Rodriguez <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ReadTheDocs does not build the REST API documentation chapter properly:
probably beacuse of:
Locally, this works well because of
autodoc_mock_imports
directive:It'll be good to amend imports in
app.py
to something likeso that
autodoc_mock_imports
directive wouldn't be necessary.The text was updated successfully, but these errors were encountered: