Skip to content

Commit 464fddb

Browse files
authored
fix(Makefile): specify sphinx version
[why] The CI jobs failed after sphinx 6.0 was released. Limit the version <6 as temporary solution.
1 parent 7ee65fc commit 464fddb

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<6" python-docs-theme
7171

7272

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

0 commit comments

Comments
 (0)