Skip to content

Commit 8886290

Browse files
authored
Update Makefile
1 parent 464fddb commit 8886290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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<6" 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)