Skip to content

Commit fd235de

Browse files
Update Sphinx version for macOS installer build. (GH-24082) (GH-24087)
(cherry picked from commit 0f3b96b) Co-authored-by: Ned Deily <[email protected]>
1 parent cb882f9 commit fd235de

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
@@ -1138,7 +1138,6 @@ def buildPythonDocs():
11381138
if not os.path.exists(htmlDir):
11391139
# Create virtual environment for docs builds with blurb and sphinx
11401140
runCommand('make venv')
1141-
runCommand('venv/bin/python3 -m pip install -U Sphinx==2.3.1')
11421141
runCommand('make html PYTHON=venv/bin/python')
11431142
os.rename(htmlDir, docdir)
11441143
os.chdir(curDir)

0 commit comments

Comments
 (0)