mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Bump Sphinx to 2.2.0. (GH-16532)
This commit is contained in:
parent
f548a3e4a2
commit
c987090c73
5 changed files with 6 additions and 6 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue