8000 Update Sphinx version for macOS installer build. (GH-24082) (GH-24088) · python/cpython@ed2d3d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed2d3d1

Browse files
Update Sphinx version for macOS installer build. (GH-24082) (GH-24088)
(cherry picked from commit 0f3b96b) Co-authored-by: Ned Deily <nad@python.org>
1 parent 82794ca commit ed2d3d1

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
@@ -1090,7 +1090,6 @@ def buildPythonDocs():
10901090
if not os.path.exists(htmlDir):
10911091
# Create virtual environment for docs builds with blurb and sphinx
10921092
runCommand('make venv')
1093-
runCommand('venv/bin/python3 -m pip install -U Sphinx==2.3.1')
10941093
runCommand('make html PYTHON=venv/bin/python')
10951094
os.rename(htmlDir, docdir)
10961095
os.chdir(curDir)

0 commit comments

Comments
 (0)
0