From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 4 Jan 2021 10:22:07 +0000 (-0800) Subject: Update Sphinx version for macOS installer build. (GH-24082) (GH-24087) X-Git-Tag: v3.9.2rc1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd235de6d3700da98cee370fb486957c04212c30;p=thirdparty%2FPython%2Fcpython.git Update Sphinx version for macOS installer build. (GH-24082) (GH-24087) (cherry picked from commit 0f3b96b368dd7ebb5dcd3759a30322dbd027f292) Co-authored-by: Ned Deily --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 38c66801de88..cb3398964e04 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -1138,7 +1138,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)