diff options
author | Ned Deily <nad@python.org> | 2021-01-04 09:43:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 09:43:53 (GMT) |
commit | 0f3b96b368dd7ebb5dcd3759a30322dbd027f292 (patch) | |
tree | 6d52f652f72308e997c01a28c8acccb99291646f | |
parent | a38e04b566879a5040ea97428d7ee4331d76513f (diff) | |
download | cpython-0f3b96b368dd7ebb5dcd3759a30322dbd027f292.zip cpython-0f3b96b368dd7ebb5dcd3759a30322dbd027f292.tar.gz cpython-0f3b96b368dd7ebb5dcd3759a30322dbd027f292.tar.bz2 |
Update Sphinx version for macOS installer build. (GH-24082)
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index deafcce..ef64502 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) |