From: Ned Deily Date: Mon, 4 Jan 2021 09:43:53 +0000 (-0500) Subject: Update Sphinx version for macOS installer build. (GH-24082) X-Git-Tag: v3.10.0a4~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f3b96b368dd7ebb5dcd3759a30322dbd027f292;p=thirdparty%2FPython%2Fcpython.git Update Sphinx version for macOS installer build. (GH-24082) --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index deafcce4f812..ef64502ab780 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)