Skip to content

Commit 589e8fe

Browse files
authored
bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile. (GH-21141)
1 parent 94eee69 commit 589e8fe

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)