]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32109)
authorm-aciek <maciej.olko@gmail.com>
Fri, 8 Apr 2022 13:06:17 +0000 (15:06 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Apr 2022 13:06:17 +0000 (15:06 +0200)
Co-authored-by: Ned Deily <nad@python.org>
Doc/requirements.txt
Misc/NEWS.d/next/Documentation/2022-03-28-12-36-17.bpo-47138.TbLXgV.rst [new file with mode: 0644]

index cb21ed20397b2fe6124ca5b0b4feb65c5e7e5706..aa615e6bf3141fb42a205741239049394f4570f1 100644 (file)
@@ -8,6 +8,8 @@ sphinx==2.4.4
 # version 2.4.4. It can be removed after bumping Sphinx version to at
 # least 3.5.4.
 docutils==0.17.1
+# Jinja version is pinned to a version compatible with Sphinx version 2.4.4.
+jinja2==3.0.3
 
 blurb
 
diff --git a/Misc/NEWS.d/next/Documentation/2022-03-28-12-36-17.bpo-47138.TbLXgV.rst b/Misc/NEWS.d/next/Documentation/2022-03-28-12-36-17.bpo-47138.TbLXgV.rst
new file mode 100644 (file)
index 0000000..9dde4de
--- /dev/null
@@ -0,0 +1 @@
+Pin Jinja to a version compatible with Sphinx version 2.4.4.