aboutsummaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2021-01-04 04:43:53 -0500
committerGitHub <noreply@github.com>2021-01-04 04:43:53 -0500
commit0f3b96b368dd7ebb5dcd3759a30322dbd027f292 (patch)
tree6d52f652f72308e997c01a28c8acccb99291646f /Mac
parentbpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081) (diff)
downloadcpython-0f3b96b368dd7ebb5dcd3759a30322dbd027f292.tar.gz
cpython-0f3b96b368dd7ebb5dcd3759a30322dbd027f292.tar.bz2
cpython-0f3b96b368dd7ebb5dcd3759a30322dbd027f292.zip
Update Sphinx version for macOS installer build. (GH-24082)
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index deafcce4f81..ef64502ab78 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)