Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29ec422

Browse files
authored
Pin macOS installer Sphinx to v2.0.1 (GH-13774)
1 parent 0288dd6 commit 29ec422

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,7 @@ def buildPythonDocs():
10581058
runCommand('make clean')
10591059
# Create virtual environment for docs builds with blurb and sphinx
10601060
runCommand('make venv')
1061+
runCommand('venv/bin/python3 -m pip install -U Sphinx==2.0.1')
10611062
runCommand('make html PYTHON=venv/bin/python')
10621063
os.chdir(curDir)
10631064
if not os.path.exists(docdir):

0 commit comments

Comments
 (0)