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 fb58175 commit 8d57c82Copy full SHA for 8d57c82
.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
.gitignore
@@ -4,3 +4,7 @@ build/
4
dist/
5
.eggs/
6
sfs.egg-info/
7
+/doc/sfs.*.rst
8
+/doc/examples/*.gif
9
+/doc/examples/*.png
10
+.ipynb_checkpoints/
0 commit comments