]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043)
authorVictor Stinner <vstinner@python.org>
Wed, 2 Sep 2020 10:29:31 +0000 (12:29 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Sep 2020 10:29:31 +0000 (12:29 +0200)
Doc/Makefile

index 87d5d07665c86364c474745dacce42377f27a046..f1d0a267dd89d5492904c0071fb075a9a1c6f9c1 100644 (file)
@@ -144,7 +144,7 @@ venv:
        $(PYTHON) -m venv $(VENVDIR)
 #      $(VENVDIR)/bin/python3 -m pip install -U pip setuptools
        $(VENVDIR)/bin/python3 -m pip install -U pip setuptools==49.2.1
-       $(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb python-docs-theme
+       $(VENVDIR)/bin/python3 -m pip install -U Sphinx==3.2.1 blurb python-docs-theme
        @echo "The venv has been created in the $(VENVDIR) directory"
 
 dist: