summaryrefslogtreecommitdiffstats
path: root/Mac
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 /Mac
parentf548a3e4a28c5496755f9f8d057fc8d031b27655 (diff)
downloadcpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.zip
cpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.tar.gz
cpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.tar.bz2
Bump Sphinx to 2.2.0. (GH-16532)
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 0dd5364..3d1381b 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -1068,7 +1068,7 @@ def buildPythonDocs():
runCommand('make clean')
# Create virtual environment for docs builds with blurb and sphinx
runCommand('make venv')
- runCommand('venv/bin/python3 -m pip install -U Sphinx==2.0.1')
+ runCommand('venv/bin/python3 -m pip install -U Sphinx==2.2.0')
runCommand('make html PYTHON=venv/bin/python')
os.chdir(curDir)
if not os.path.exists(docdir):