Fix sphinx-build warnings #1510
Labels
I: No breaking change
Previously written code will work as before, no one should note anything changing (aside the fix)
S: Normal
Handle this with default priority
T: Enhancement
New functionality, model or documentation
Currently, generating documentation locally with Sphinx involves activating the
nest-doc
environment and enteringmake html
: https://nest-simulator.readthedocs.io/en/latest/documentation_workflow/user_documentation_workflow.htmlThe HTML pages are rendered well. However, numerous warnings are emitted in the process. These relate to formatting issues, broken links, incomplete references, etc.
We have begun working on these warnings in @steffengraber's
cleanup-doc
branch.The text was updated successfully, but these errors were encountered: