[Python-checkins] Update Sphinx version for macOS installer build. (GH-24082)

ned-deily webhook-mailer at python.org
Mon Jan 4 04:43:57 EST 2021


https://github.com/python/cpython/commit/0f3b96b368dd7ebb5dcd3759a30322dbd027f292
commit: 0f3b96b368dd7ebb5dcd3759a30322dbd027f292
branch: master
author: Ned Deily <nad at python.org>
committer: ned-deily <nad at python.org>
date: 2021-01-04T04:43:53-05:00
summary:

Update Sphinx version for macOS installer build. (GH-24082)

files:
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index deafcce4f8128..ef64502ab780c 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -1135,7 +1135,6 @@ def buildPythonDocs():
     if not os.path.exists(htmlDir):
         # Create virtual environment for docs builds with blurb and sphinx
         runCommand('make venv')
-        runCommand('venv/bin/python3 -m pip install -U Sphinx==2.3.1')
         runCommand('make html PYTHON=venv/bin/python')
     os.rename(htmlDir, docdir)
     os.chdir(curDir)



More information about the Python-checkins mailing list