Skip to content

Commit 16e79a4

Browse files
bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile. (GH-21141)
(cherry picked from commit 589e8fe) Co-authored-by: Ned Deily <[email protected]>
1 parent bdc55eb commit 16e79a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Doc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ clean:
143143
venv:
144144
$(PYTHON) -m venv $(VENVDIR)
145145
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools
146-
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.2.0 blurb python-docs-theme
146+
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb python-docs-theme
147147
@echo "The venv has been created in the $(VENVDIR) directory"
148148

149149
dist:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin Sphinx version to 2.3.1 in ``Doc/Makefile``.

0 commit comments

Comments
 (0)