]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update Sphinx version for macOS installer build. (GH-24082)
authorNed Deily <nad@python.org>
Mon, 4 Jan 2021 09:43:53 +0000 (04:43 -0500)
committerGitHub <noreply@github.com>
Mon, 4 Jan 2021 09:43:53 +0000 (04:43 -0500)
Mac/BuildScript/build-installer.py

index deafcce4f8128ef9c9f33ad2384ad12757241946..ef64502ab780c790cbc34cdfaec40b5d20512921 100755 (executable)
@@ -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)