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
[3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 #32109
Conversation
See my comments on the bug issue. |
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. |
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