diff options
author | Victor Stinner <vstinner@python.org> | 2020-09-02 10:29:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 10:29:31 (GMT) |
commit | c0d5c131d9c1ac743058fae99f913b455fc90ac7 (patch) | |
tree | 3cd273398991fc45e831a4f75c7435132b1b1469 /Doc | |
parent | 93d50a6a8d0c5d332c11aef267e66573a09765ac (diff) | |
download | cpython-c0d5c131d9c1ac743058fae99f913b455fc90ac7.zip cpython-c0d5c131d9c1ac743058fae99f913b455fc90ac7.tar.gz cpython-c0d5c131d9c1ac743058fae99f913b455fc90ac7.tar.bz2 |
bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 87d5d07..f1d0a26 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: |