mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
Update Sphinx version for macOS installer build. (GH-24082) (GH-24087)
(cherry picked from commit 0f3b96b368
)
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
parent
cb882f97bc
commit
fd235de6d3
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue