diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-01-04 10:21:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 10:21:01 (GMT) |
commit | ed2d3d15b27f3599edbe3bdd278e529e0f0ba566 (patch) | |
tree | 1a8b7e4b1ab8734d804e1ffe3260de79ccceb5b7 | |
parent | 82794cacc6073af9bc2b792a5ee21397f4c9037f (diff) | |
download | cpython-ed2d3d15b27f3599edbe3bdd278e529e0f0ba566.zip cpython-ed2d3d15b27f3599edbe3bdd278e529e0f0ba566.tar.gz cpython-ed2d3d15b27f3599edbe3bdd278e529e0f0ba566.tar.bz2 |
Update Sphinx version for macOS installer build. (GH-24082) (GH-24088)
(cherry picked from commit 0f3b96b368dd7ebb5dcd3759a30322dbd027f292)
Co-authored-by: Ned Deily <nad@python.org>
-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 2548b21..eeb4699 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -1090,7 +1090,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) |