8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Table of Contents is displaying full path names for attributes after upgrading from 1.16.8 to 1.16.10.
Before package upgrade from 1.16.8
After package upgrade to 1.16.10
Upgrading mkdocstrings-python from 1.16.8 to 1.16.10 broke the TOC Installing collected packages: mkdocstrings-python Attempting uninstall: mkdocstrings-python Found existing installation: mkdocstrings-python 1.16.8 Uninstalling mkdocstrings-python-1.16.8: Successfully uninstalled mkdocstrings-python-1.16.8 Successfully installed mkdocstrings-python-1.16.10
Downgrading mkdocstrings-python from 1.16.10 to 1.16.8 fixed the TOC Installing collected packages: mkdocstrings-python Attempting uninstall: mkdocstrings-python Found existing installation: mkdocstrings-python 1.16.10 Uninstalling mkdocstrings-python-1.16.10: Successfully uninstalled mkdocstrings-python-1.16.10 Successfully installed mkdocstrings-python-1.16.8
The text was updated successfully, but these errors were encountered:
Created a pull request to fix this.. version 1.16.9 typo swapped attribute.name with attribute_name in the toc jinja.
Pull Request: #272
Sorry, something went wrong.
Thank you for the report and PR @davlee1972! 🚀 The PR looks good, I'll likely add regression tests to it very soon 🙂
Turns out the theme is responsible for rendering the ToC, and our test suite isn't prepared for that, so I'll just merge as-is for now 🙂 Thanks again!
fix: Render attribute names without full path in ToC
d4e618a
Issue-271: #271 PR-272: #272
pawamoy
No branches or pull requests
Description of the bug
Table of Contents is displaying full path names for attributes after upgrading from 1.16.8 to 1.16.10.
Before package upgrade from 1.16.8
After package upgrade to 1.16.10
To Reproduce
Upgrading mkdocstrings-python from 1.16.8 to 1.16.10 broke the TOC
Installing collected packages: mkdocstrings-python
Attempting uninstall: mkdocstrings-python
Found existing installation: mkdocstrings-python 1.16.8
Uninstalling mkdocstrings-python-1.16.8:
Successfully uninstalled mkdocstrings-python-1.16.8
Successfully installed mkdocstrings-python-1.16.10
Downgrading mkdocstrings-python from 1.16.10 to 1.16.8 fixed the TOC
Installing collected packages: mkdocstrings-python
Attempting uninstall: mkdocstrings-python
Found existing installation: mkdocstrings-python 1.16.10
Uninstalling mkdocstrings-python-1.16.10:
Successfully uninstalled mkdocstrings-python-1.16.10
Successfully installed mkdocstrings-python-1.16.8
The text was updated successfully, but these errors were encountered: