-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
[3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 #32109
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
See my comments on the bug issue. |
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.
Shall we also use this new bpo number? https://bugs.python.org/issue47138
I've minimalized the change, there is only a pin for Jinja. Updated the commit message. |
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!
Docs build now passing:
https://github.com/python/cpython/actions/runs/2051902974
And the docs build artifact looks good:
https://github.com/python/cpython/suites/5826772454/artifacts/195475317
Looks good, thanks! Assigning to @ambv to approve and merge for 3.8. |
Recently released version of Jinja (3.1.0) changed API used by Sphinx.
https://bugs.python.org/issue47138
issue45618