Skip to content

Commit b1136fb

Browse files
committed
doc: don't treat Sphinx build warnings as errors.
1 parent 83364f5 commit b1136fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ build:
1515
commands:
1616
- pip install uv
1717
- uv sync --dev
18-
- uv run python -m sphinx docs $READTHEDOCS_OUTPUT/html -b html -W
18+
- uv run python -m sphinx docs $READTHEDOCS_OUTPUT/html -b html

0 commit comments

Comments
 (0)