Skip to content

Commit

Permalink
Update Sphinx version for macOS installer build. (GH-24082) (GH-24087)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0f3b96b)

Co-authored-by: Ned Deily <nad@python.org>
  • Loading branch information
miss-islington and ned-deily committed Jan 4, 2021
1 parent cb882f9 commit fd235de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mac/BuildScript/build-installer.py
Expand Up @@ -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)
Expand Down

0 comments on commit fd235de

Please sign in to comment.