-
Notifications
You must be signed in to change notification settings - Fork 29
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
[nasa/Cryptolib#382] Sphinx Documentation Refresh POC #383
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #383 +/- ##
=======================================
Coverage 75.97% 75.97%
=======================================
Files 81 81
Lines 22263 22263
Branches 1807 1807
=======================================
Hits 16914 16914
Misses 4707 4707
Partials 642 642 ☔ View full report in Codecov by Sentry. |
|
Try: python3-sphinx-rtd-theme (seems like you are trying this locally? are you missing a dependency?) Made the requested modifications to the .gitignore Updated build of documentation to occur inside container rather than locally. |
WIP: Documentation Updates (Still need more updates)
Updated Docker Container to include Sphinx dependencies.
Updated make command to build docs - includes support scripts.
Install dependencies:
OR
Run from within the debug container support/scripts/docker_debug.sh
make docs
Closes #382