mirror of
https://github.com/python/cpython.git
synced 2025-11-24 04:17:38 +00:00
Doc: Bump Sphinx verison. (#13785)
To reflect the one we're using in production.
This commit is contained in:
parent
552ace7498
commit
7d23dbe6d1
3 changed files with 3 additions and 3 deletions
|
|
@ -133,7 +133,7 @@ clean:
|
|||
venv:
|
||||
$(PYTHON) -m venv $(VENVDIR)
|
||||
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools
|
||||
$(VENVDIR)/bin/python3 -m pip install -U Sphinx blurb python-docs-theme
|
||||
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.0.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