-
Notifications
You must be signed in to change notification settings - Fork 57
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
[BUG] Missing dependency: sphinx python package #2282
Comments
Turns out it's the sphinx package and not sphynx that is missing. |
Accessing the HTML version of some endpoints for documentation purposes seems useful generally and I think it would make sense to move the "doc" requirement into the main |
This is useful for consuming API documentation on a CATMAID instance. Some DRF endpoints allow to show API documentation when called with a regular GET request from the browser. This prevents CATMAID raising an import error in these cases and instead shows the API documentation HTML. Apparantly, there are also cases where `pymaid` would cause similar error responses without `sphinx`. This should be fixes with this commit as well. Fixes #2282
This is updated in |
When attempting to import skeletons via pymaid, we get this error:
Likely the 'sphinx' python package is missing from the requirements text files for building the python virtual environment.
The text was updated successfully, but these errors were encountered: