-
Notifications
You must be signed in to change notification settings - Fork 373
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
Fix sphinx-build warnings #1518
Conversation
…nerator-interface.rst'
…iling_list_guidelines.rst'
this would be nice to have for nest-3, but is in no way mandatory. removing from milestone. |
During the current hackathon we decided that we should merge this as soon as possible to avoid endless merge conflicts and duplication of work in other branches. New warnings can then be addressed in new pull requests. |
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.
Thanks for addressing these. I think we can even do without the second review by @stinebuu, so I'm removing the request for review.
Also, please resolve the conflicts. Thanks! |
Co-authored-by: Jochen Martin Eppler <[email protected]>
8416a2b
to
b66df91
Compare
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.
Happy if Travis is. Thanks for taking care!
Fixes #1510
Currently, numerous warnings are emitted when generating HTML with Sphinx locally.
The majority of these warnings are related to the model files and could disappear with the merge of #1374. This is because files (e.g.,
doc/models/create_models.rst
) that result in toctree warnings will anyhow be deleted in the other PR.Given this information, the current PR has begun to tackle the other documentation-related warnings.