Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit464fddb

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 parent7ee65fc commit464fddb

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 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)

[8]ページ先頭

©2009-2025 Movatter.jp