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 82794ca commit ed2d3d1Copy full SHA for ed2d3d1
Mac/BuildScript/build-installer.py
@@ -1090,7 +1090,6 @@ def buildPythonDocs():
1090
if not os.path.exists(htmlDir):
1091
# Create virtual environment for docs builds with blurb and sphinx
1092
runCommand('make venv')
1093
- runCommand('venv/bin/python3 -m pip install -U Sphinx==2.3.1')
1094
runCommand('make html PYTHON=venv/bin/python')
1095
os.rename(htmlDir, docdir)
1096
os.chdir(curDir)
0 commit comments