Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0288dd6 commit 29ec422Copy full SHA for 29ec422
1 file changed
Mac/BuildScript/build-installer.py
@@ -1058,6 +1058,7 @@ def buildPythonDocs():
1058
runCommand('make clean')
1059
# Create virtual environment for docs builds with blurb and sphinx
1060
runCommand('make venv')
1061
+ runCommand('venv/bin/python3 -m pip install -U Sphinx==2.0.1')
1062
runCommand('make html PYTHON=venv/bin/python')
1063
os.chdir(curDir)
1064
if not os.path.exists(docdir):
0 commit comments