Skip to content

Commit 2a65aa9

Browse files
committed
fixed (?) readthedocs custom build
1 parent c2d07f3 commit 2a65aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build:
2222

2323
build:
2424
html:
25-
- uv run sphinx-build docs/source/ $READTHEDOCS_OUTPUT html
25+
- uv run sphinx-build -M html docs/source/ $READTHEDOCS_OUTPUT
2626

2727

2828
# Optionally build your docs in additional formats such as PDF and ePub

0 commit comments

Comments
 (0)