mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043)
This commit is contained in:
parent
93d50a6a8d
commit
c0d5c131d9
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ venv:
|
|||
$(PYTHON) -m venv $(VENVDIR)
|
||||
# $(VENVDIR)/bin/python3 -m pip install -U pip setuptools
|
||||
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools==49.2.1
|
||||
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb python-docs-theme
|
||||
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==3.2.1 blurb python-docs-theme
|
||||
@echo "The venv has been created in the $(VENVDIR) directory"
|
||||
|
||||
dist:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue