diff options
author | Julien Palard <julien@palard.fr> | 2019-10-22 16:13:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-22 16:13:41 (GMT) |
commit | c987090c731a363c58a02d0efcb3c2d49ccf61ed (patch) | |
tree | 545c058dbebe962c7128cdae4cf65db840655470 /Mac | |
parent | f548a3e4a28c5496755f9f8d057fc8d031b27655 (diff) | |
download | cpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.zip cpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.tar.gz cpython-c987090c731a363c58a02d0efcb3c2d49ccf61ed.tar.bz2 |
Bump Sphinx to 2.2.0. (GH-16532)
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 2 |
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): |