summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2019-10-22 16:13:41 (GMT)
committerGitHub <noreply@github.com>2019-10-22 16:13:41 (GMT)
commitc987090c731a363c58a02d0efcb3c2d49ccf61ed (patch)
tree545c058dbebe962c7128cdae4cf65db840655470 /Doc
parentf548a3e4a28c5496755f9f8d057fc8d031b27655 (diff)
downloadcpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.zip
cpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.tar.gz
cpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.tar.bz2
Bump Sphinx to 2.2.0. (GH-16532)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile2
-rw-r--r--Doc/requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 86207fe..05361f2 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.0.1 blurb python-docs-theme
+ $(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.2.0 blurb python-docs-theme
@echo "The venv has been created in the $(VENVDIR) directory"
dist:
diff --git a/Doc/requirements.txt b/Doc/requirements.txt
index e0d7ca8..198446b 100644
--- a/Doc/requirements.txt
+++ b/Doc/requirements.txt
@@ -1,5 +1,5 @@
# Requirements for docs build on netlify
# Pin sphinx to version specified in .travis.yml
-sphinx==2.0.1
+sphinx==2.2.0
blurb
python-docs-theme