-
Notifications
You must be signed in to change notification settings - Fork 15
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
Bugfix/bai 1475 python docs no longer work locally #1585
Bugfix/bai 1475 python docs no longer work locally #1585
Conversation
Would removing the static docs break our GitHub pages documentation. https://gchq.github.io/Bailo/docs/python/index.html Might need a pipeline to create the static docs? |
Nope, we build the docs as part of our Github workflow: https://github.com/gchq/Bailo/blob/main/.github/workflows/web.yml#L46 |
Tested and functions correctly, fixing the python docs issue when developing locally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When running on my local machine, I still face Cannot GET /docs/python/index.html
when trying to access the local Python docs. When execing into the backend docker image, I can see that /app/python-docs/dirhtml
does not exist but /app/python-docs/_build/dirhtml
does. This requires fixing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something went funky with caching in my docker containers. Re-cloning the repo, changing branches, pruning everything and then building has the docs working as expected.
No description provided.