We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a93e4 commit 25f00bfCopy full SHA for 25f00bf
Doc/Makefile
@@ -127,7 +127,7 @@ clean:
127
128
venv:
129
$(PYTHON) -m venv $(VENVDIR)
130
- $(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb docutils==0.17.1
+ $(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb docutils==0.17.1 Jinja2==3.0.3
131
@echo "The venv has been created in the $(VENVDIR) directory"
132
133
dist:
Misc/NEWS.d/next/Documentation/2022-03-28-12-39-20.bpo-47138.TEZRwC.rst
@@ -0,0 +1 @@
1
+Pin Jinja to a version compatible with Sphinx version 2.3.1.
0 commit comments