From 0acbb9e3ed3ab7d07f03e3015eea2c13cd995a03 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 4 Jan 2021 04:43:53 -0500 Subject: [PATCH] Update Sphinx version for macOS installer build. (GH-24082) (cherry picked from commit 0f3b96b368dd7ebb5dcd3759a30322dbd027f292) Co-authored-by: Ned Deily --- Mac/BuildScript/build-installer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 2548b212d9ea42..eeb46990814bdb 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)