We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ad132 commit 86972b4Copy full SHA for 86972b4
.github/workflows/test.yml
@@ -41,4 +41,4 @@ jobs:
41
- name: Test examples
42
run: uv run --locked --with pillow --script doc/examples/run_all.py
43
- name: Test documentation
44
- run: uv run --locked -m sphinx doc/ _build/ -b doctest
+ run: uv run --locked -m sphinx doc/ _build/ -b doctest -W
0 commit comments