Doc: Bump Sphinx verison. (#13785)

To reflect the one we're using in production.
This commit is contained in:
Julien Palard 2019-06-15 15:41:58 +02:00 committed by GitHub
parent 552ace7498
commit 7d23dbe6d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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