Skip to content
Snippets Groups Projects
Unverified Commit 0d70a98f authored by Ned Deily's avatar Ned Deily
Browse files

bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile

parent 95b208f8
Branches
Tags v3.8.2rc1
No related merge requests found
...@@ -127,7 +127,7 @@ clean: ...@@ -127,7 +127,7 @@ clean:
venv: venv:
$(PYTHON) -m venv $(VENVDIR) $(PYTHON) -m venv $(VENVDIR)
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==1.8.2 blurb $(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb
@echo "The venv has been created in the $(VENVDIR) directory" @echo "The venv has been created in the $(VENVDIR) directory"
dist: dist:
......
Pin Sphinx version to 1.8.2 in ``Doc/Makefile``. Pin Sphinx version to 2.3.1 in ``Doc/Makefile``.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment