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

Skip to content

Commit 25f00bf

Browse files
authored
bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32111)
1 parent d4a93e4 commit 25f00bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ clean:
127127

128128
venv:
129129
$(PYTHON) -m venv $(VENVDIR)
130-
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb docutils==0.17.1
130+
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb docutils==0.17.1 Jinja2==3.0.3
131131
@echo "The venv has been created in the $(VENVDIR) directory"
132132

133133
dist:
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.3.1.

0 commit comments

Comments
 (0)
0