8000 [3.8] bpo-47138: Fix documentation build by pinning Jinja version to … · python/cpython@d35af52 · GitHub
[go: up one dir, main page]

Skip to content

Commit d35af52

Browse files
m-aciekned-deily
andauthored
[3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32109)
Co-authored-by: Ned Deily <nad@python.org>
1 parent a43fd45 commit d35af52

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Doc/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ sphinx==2.4.4
88
# version 2.4.4. It can be removed after bumping Sphinx version to at
99
# least 3.5.4.
1010
docutils==0.17.1
11+
# Jinja version is pinned to a version compatible with Sphinx version 2.4.4.
12+
jinja2==3.0.3
1113

1214
blurb
1315

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin Jinja to a version compatible with Sphinx version 2.4.4.

0 commit comments

Comments
 (0)
0