]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32153)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Mon, 28 Mar 2022 17:19:56 +0000 (20:19 +0300)
committerGitHub <noreply@github.com>
Mon, 28 Mar 2022 17:19:56 +0000 (13:19 -0400)
Co-authored-by: Maciej Olko <maciej.olko@gmail.com>
Doc/requirements.txt
Misc/NEWS.d/next/Documentation/2022-03-28-12-32-17.bpo-47138.TbLXgV.rst [new file with mode: 0644]

index 1b75aed035ac9b1955747283407e20c53d60ee2a..cf659a0fbac2ec781ef1e0f7783173b3cde6b7a2 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-32-17.bpo-47138.TbLXgV.rst b/Misc/NEWS.d/next/Documentation/2022-03-28-12-32-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.