Skip to content
Snippets Groups Projects
Unverified Commit 25f00bfb authored by m-aciek's avatar m-aciek Committed by GitHub
Browse files

bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32111)

parent d4a93e4d
Branches
Tags
No related merge requests found
......@@ -127,7 +127,7 @@ clean:
venv:
$(PYTHON) -m venv $(VENVDIR)
$(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
@echo "The venv has been created in the $(VENVDIR) directory"
dist:
......
Pin Jinja to a version compatible with Sphinx version 2.3.1.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment