[Feature]: Run sphinx build in nitpicky mode to check internal links #1731
Labels
category: enhancement
improvements of code or code behavior
help wanted: good first issue
request for community contributions that are good for new contributors
priority: low
alternative solution already working and/or relevant to only specific user(s)
topic: docs
issues related to documentation
What would you like to see added to PyNWB?
We can run
sphinx-build -n ...
to have sphinx check internal links. We currently check external links through the sphinx --linkcheck option but this does not check whether references likepynwb.base.ProcessingModules
exists. When running this locally, I get over 100 broken internal links in docstrings, and about 30 broken internal links in tutorials.Is your feature request related to a problem?
No response
What solution would you like?
Update Makefile and make.bat in docs to use the sphinx option
-n
. Runmake html
. Fix all the warnings about broken links.Do you have any interest in helping implement the feature?
Yes.
Code of Conduct
The text was updated successfully, but these errors were encountered: