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 a38e04b commit 0f3b96bCopy full SHA for 0f3b96b
1 file changed
Mac/BuildScript/build-installer.py
@@ -1135,7 +1135,6 @@ def buildPythonDocs():
1135
if not os.path.exists(htmlDir):
1136
# Create virtual environment for docs builds with blurb and sphinx
1137
runCommand('make venv')
1138
- runCommand('venv/bin/python3 -m pip install -U Sphinx==2.3.1')
1139
runCommand('make html PYTHON=venv/bin/python')
1140
os.rename(htmlDir, docdir)
1141
os.chdir(curDir)
0 commit comments