Skip to content
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

Merged
merged 2 commits into from Apr 8, 2022

Conversation

Copy link
Contributor

@m-aciek m-aciek commented Mar 25, 2022

Recently released version of Jinja (3.1.0) changed API used by Sphinx.

https://bugs.python.org/issue47138

issue45618

@ned-deily
Copy link
Member

@ned-deily ned-deily commented Mar 25, 2022

See my comments on the bug issue.

Copy link
Member

@hugovk hugovk left a comment

Shall we also use this new bpo number? https://bugs.python.org/issue47138

Doc/requirements.txt Outdated Show resolved Hide resolved
@m-aciek m-aciek changed the title bpo-45618: Fix documentation build by pinning Jinja version to 3.0.3 [3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 Mar 28, 2022
@m-aciek
Copy link
Contributor Author

@m-aciek m-aciek commented Mar 28, 2022

I've minimalized the change, there is only a pin for Jinja. Updated the commit message.

Copy link
Member

@hugovk hugovk left a comment

@hugovk hugovk removed the skip news label Mar 28, 2022
@ned-deily
Copy link
Member

@ned-deily ned-deily commented Mar 28, 2022

Looks good, thanks! Assigning to @ambv to approve and merge for 3.8.

@ambv ambv merged commit d35af52 into python:3.8 Apr 8, 2022
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants