diff options
author | Ned Deily <nad@python.org> | 2020-06-25 11:22:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 11:22:10 (GMT) |
commit | 589e8fe07934a8585d6c5c31d12ae5f766b8fec7 (patch) | |
tree | 3876683b1a6ecc6070dcda0e54de2798f42dac5c /Doc/Makefile | |
parent | 94eee69e9b3a7e7d33142a47ffea560beb8f1596 (diff) | |
download | cpython-589e8fe07934a8585d6c5c31d12ae5f766b8fec7.zip cpython-589e8fe07934a8585d6c5c31d12ae5f766b8fec7.tar.gz cpython-589e8fe07934a8585d6c5c31d12ae5f766b8fec7.tar.bz2 |
bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 05361f2..b8ca1ed 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -143,7 +143,7 @@ clean: venv: $(PYTHON) -m venv $(VENVDIR) $(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" dist: |