]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile
authorNed Deily <nad@python.org>
Wed, 17 Jun 2020 08:27:55 +0000 (04:27 -0400)
committerNed Deily <nad@python.org>
Wed, 17 Jun 2020 08:27:55 +0000 (04:27 -0400)
Doc/Makefile
Misc/NEWS.d/next/Build/2020-04-09-00-19-10.bpo-40204.K-S6RZ.rst

index 803d1c00aced251c4c30d6050d29714e41c9dbc1..8a5e03079925d7b811323f3c93b76ab7c49d9c80 100644 (file)
@@ -127,7 +127,7 @@ clean:
 
 venv:
        $(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"
 
 dist:
index e08f36f03cb5a6052e785746b79b4d0624f90ea3..25a6d751e5f45c376f7280079e0286cf1d94125e 100644 (file)
@@ -1 +1 @@
-Pin Sphinx version to 1.8.2 in ``Doc/Makefile``.
+Pin Sphinx version to 2.3.1 in ``Doc/Makefile``.