Update Sphinx version for macOS installer build. (GH-24082)

This commit is contained in:
Ned Deily 2021-01-04 04:43:53 -05:00 committed by GitHub
parent a38e04b566
commit 0f3b96b368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)