Skip to content

Commit f75093f

Browse files
authored
Merge pull request #330 from python/fix-makefile-sphinx-version
fix(Makefile): fallback sphinx version to <5.3
2 parents 7ee65fc + 8886290 commit f75093f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $(VENV)/bin/activate:
6767

6868

6969
$(VENV)/bin/sphinx-build: $(VENV)/bin/activate
70-
. $(VENV)/bin/activate; python3 -m pip install sphinx python-docs-theme
70+
. $(VENV)/bin/activate; python3 -m pip install "sphinx<5.3" python-docs-theme
7171

7272

7373
$(VENV)/bin/blurb: $(VENV)/bin/activate

0 commit comments

Comments
 (0)