Skip to content

Commit 0d70a98

Browse files
committed
bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile
1 parent 95b208f commit 0d70a98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ clean:
127127

128128
venv:
129129
$(PYTHON) -m venv $(VENVDIR)
130-
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==1.8.2 blurb
130+
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb
131131
@echo "The venv has been created in the $(VENVDIR) directory"
132132

133133
dist:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Pin Sphinx version to 1.8.2 in ``Doc/Makefile``.
1+
Pin Sphinx version to 2.3.1 in ``Doc/Makefile``.

0 commit comments

Comments
 (0)