Skip to content

Commit 1fbab6f

Browse files
authored
Make pull request previews use debug (#54)
Make it easier to find broken rst syntax in pull requests.
1 parent 871ee1f commit 1fbab6f

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
@@ -20,7 +20,7 @@ build:
2020
- uv sync
2121
build:
2222
html:
23-
- uv run python make.py
23+
- uv run python make.py --debug
2424
- mkdir -p $READTHEDOCS_OUTPUT/html/
2525
- cp -r build/html/* $READTHEDOCS_OUTPUT/html/
2626

0 commit comments

Comments
 (0)