Skip to content

Commit 0f3b96b

Browse files
authored
Update Sphinx version for macOS installer build. (GH-24082)
1 parent a38e04b commit 0f3b96b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,6 @@ def buildPythonDocs():
11351135
if not os.path.exists(htmlDir):
11361136
# Create virtual environment for docs builds with blurb and sphinx
11371137
runCommand('make venv')
1138-
runCommand('venv/bin/python3 -m pip install -U Sphinx==2.3.1')
11391138
runCommand('make html PYTHON=venv/bin/python')
11401139
os.rename(htmlDir, docdir)
11411140
os.chdir(curDir)

0 commit comments

Comments
 (0)