As pointed out by @oplatek the docs suddenly miss the anchor button that allows one to generate a link that points to a particular resource within a page.
This was working before, but now there is a 404 when accessing some assets (js, css, ...)
EDIT: seems not related to the 404 seen in the JS console.
I noticed the following:
So it seems the theme is only inserting the anchor links in autogenerated docs, but not the handwritten .rst files.
No idea how to fix it still...
I think this is the issue:
https://github.com/sphinx-doc/sphinx/issues/7052
All docs that have :noindex: in the automodule/autoclass don't get the permalink
so there is nothing we can do about it... @awaelchli, right?
@Borda We will be when they release the new sphinx version. We can replace the :noindex: with :noindexentry: and it should show the links.
Is this still an issue? I would like to take it.
Btw, what is the issue tho? @awaelchli
have not made progress. so I'm happy if you can take it. as mentioned on slack, I believe the links are missing because we have two types of docs and we can't index both, and one has the :noindex: label, which causes links to disappear.
I think could it be fixed with autosummary?