bpo-40204: Pin Sphinx version to 2.3.1 in `Doc/Makefile`. (GH-21141)

(cherry picked from commit 589e8fe079)

Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
Miss Islington (bot) 2020-06-25 04:28:47 -07:00 committed by GitHub
parent bdc55eb55f
commit 16e79a47ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -143,7 +143,7 @@ clean:
venv: venv:
$(PYTHON) -m venv $(VENVDIR) $(PYTHON) -m venv $(VENVDIR)
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools $(VENVDIR)/bin/python3 -m pip install -U pip setuptools
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.2.0 blurb python-docs-theme $(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb python-docs-theme
@echo "The venv has been created in the $(VENVDIR) directory" @echo "The venv has been created in the $(VENVDIR) directory"
dist: dist:

View file

@ -0,0 +1 @@
Pin Sphinx version to 2.3.1 in ``Doc/Makefile``.