-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 #32109
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
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