-
Notifications
You must be signed in to change notification settings - Fork 327
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
Scrollspy is broken for API page anchors #1026
Labels
kind: bug
Something isn't working
Comments
choldgraf
changed the title
the scrollspy is broken for api elements
Scrollspy is broken for API page anchors
Nov 9, 2022
bheberlein
added a commit
to bheberlein/pydata-sphinx-theme
that referenced
this issue
Feb 21, 2023
This will replace dots with underscores in qualified names of Python modules & functions (e.g. `mypackage.mymodule.myfunc`), allowing ScrollSpy to identify these tags as navigation targets. Addresses pydata#1207 and fixes pydata#1026
bheberlein
added a commit
to bheberlein/pydata-sphinx-theme
that referenced
this issue
Feb 23, 2023
This will replace dots with underscores in qualified names of Python modules & functions (e.g. `mypackage.mymodule.myfunc`), allowing ScrollSpy to identify these tags as navigation targets. Addresses pydata#1207 and fixes pydata#1026
12rambau
added a commit
that referenced
this issue
Apr 25, 2023
…#1208) * Override generation of `id` & `href` attributes for API documentation This will replace dots with underscores in qualified names of Python modules & functions (e.g. `mypackage.mymodule.myfunc`), allowing ScrollSpy to identify these tags as navigation targets. Addresses #1207 and fixes #1026 * Apply linter corrections & add comment referencing open Sphinx issue --------- Co-authored-by: Rambaud Pierrick <[email protected]>
now my <a class="reference internal"/a>which I created with :meth: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I checked our documentation on this page:
https://pydata-sphinx-theme.readthedocs.io/en/latest/examples/kitchen-sink/api.html
When scrolling down the bd-toc is never updated.
Looking at this page:
https://pydata-sphinx-theme.readthedocs.io/en/latest/examples/api.html#exceptions
scrolling down after "exception" will never activate
eight()
and the other functions. I don't know why but the theme seems to no react to api elementsThe text was updated successfully, but these errors were encountered: