Skip to content

Commit

Permalink
bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile. (GH-21141)
Browse files Browse the repository at this point in the history
(cherry picked from commit 589e8fe)

Co-authored-by: Ned Deily <[email protected]>
  • Loading branch information
miss-islington and ned-deily authored Jun 25, 2020
1 parent bdc55eb commit 16e79a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ clean:
venv:
$(PYTHON) -m venv $(VENVDIR)
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.2.0 blurb python-docs-theme
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb python-docs-theme
@echo "The venv has been created in the $(VENVDIR) directory"

dist:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin Sphinx version to 2.3.1 in ``Doc/Makefile``.

0 comments on commit 16e79a4

Please sign in to comment.