I fixed a bunch of things related to building the docs.
Make links to classes and functions work in the API reference
Make [source] links to github work
Fix warning about _static
Fix warnings about \d and \l
Fix sphinx-autobuild command in docs README
Add missing module (simple) to API reference
It still doesn't always work on the first try. I think maybe the issue is that autosummary generates partial docs (modules) based on the automodapi template, but a second pass is needed for automodapi to generate the rest of the docs (api) and sphinx-build doesn't always detect that it needs to re-run. So there might need to be further improvements there.
I fixed a bunch of things related to building the docs.
[source]
links to github work_static
\d
and\l
sphinx-autobuild
command in docs READMEsimple
) to API referenceIt still doesn't always work on the first try. I think maybe the issue is that autosummary generates partial docs (
modules
) based on the automodapi template, but a second pass is needed for automodapi to generate the rest of the docs (api
) and sphinx-build doesn't always detect that it needs to re-run. So there might need to be further improvements there.