From: Victor Stinner Date: Wed, 2 Sep 2020 10:29:31 +0000 (+0200) Subject: bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043) X-Git-Tag: v3.10.0a1~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0d5c131d9c1ac743058fae99f913b455fc90ac7;p=thirdparty%2FPython%2Fcpython.git bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043) --- diff --git a/Doc/Makefile b/Doc/Makefile index 87d5d07665c8..f1d0a267dd89 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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: