-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
DOC: Fix type of html_sidebars
value in conf.py
#21200
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @AA-Turner ! Happy if CI is happy.
html_sidebars
value in conf.py
html_sidebars
value in conf.py
It looks like we now have some new autosummary warnings: They look pretty straightforward so if you don't have the bandwidth @AA-Turner I'm happy to push a commit for that. Thanks! |
Feel free! I plan to release Sphinx 7.4.5 with the linked fix, and after that look into a few other autosummary issues that have been reported (sphinx-doc/sphinx#12589, sphinx-doc/sphinx#9743 (comment)). If this is one of those, or related, please let me know. A |
May be fixed by upstream in the future. [docs only]
It seems like it was indeed sphinx-doc/sphinx#12589, I am suppressing these warnings for now. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks folks
From local testing, I believe this also needs a backport.. |
Reference issue
What does this implement/fix?
Support for string values in
html_sidebars
has been officially removed since Sphinx 2.0, but somehow seemed to work. Nevertheless, this resovlves the issue before a new version of Sphinx is resolved.Additional information
jinja2.exceptions.TemplateNotFound
error fromjinja2glue
sphinx-doc/sphinx#12593 (comment) for an in-depth explanation.A