mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Pin macOS installer Sphinx to v2.0.1 (GH-13774)
This commit is contained in:
parent
0288dd6a51
commit
29ec422810
1 changed files with 1 additions and 0 deletions
|
@ -1058,6 +1058,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('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