Closed CodyCBakerPhD closed 2 months ago
Though looks like perhaps newest versions of sphinx might just have some features related to this (this repo is pinned to old one)
When we update to pydata theme we can update sphinx along the way and cross fingers it starts checking that
Yep, looking better: https://nwbinspector--501.org.readthedocs.build/en/501/
@pauladkisson FYI the codecov token updated on 9/3 failed: https://github.com/NeurodataWithoutBorders/nwbinspector/actions/runs/10677233053/job/29592023816?pr=501
I fixed temporarily to get this through: https://github.com/NeurodataWithoutBorders/nwbinspector/actions/runs/10677233053/job/29592455371?pr=501
But you might want to open a 'test' PR on any repos to ensure the workflow completes successfully
fix #500
I am surprised that
sphinx-build
warns/fails when a target of a section reference - like the best practice links - does not resolve, but doesn't complain about any:py:class:
references that fail to link to automodule targetsI tried looking for a way to enforce this but couldn't find a simple one