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