Skip to content

Commit c0d5c13

Browse files
authored
bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043)
1 parent 93d50a6 commit c0d5c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ venv:
144144
$(PYTHON) -m venv $(VENVDIR)
145145
# $(VENVDIR)/bin/python3 -m pip install -U pip setuptools
146146
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools==49.2.1
147-
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb python-docs-theme
147+
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==3.2.1 blurb python-docs-theme
148148
@echo "The venv has been created in the $(VENVDIR) directory"
149149

150150
dist:

0 commit comments

Comments
 (0)