Bump Sphinx to 2.2.0. (GH-16532)

This commit is contained in:
Julien Palard 2019-10-22 18:13:41 +02:00 committed by GitHub
parent f548a3e4a2
commit c987090c73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -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):