Skip to content

Commit 8d57c82

Browse files
authored
CI: check for warnings, add stuff to .gitignore (#197)
* DOC: add generated *.rst files to .gitignore * CI: check for Sphinx warnings * Add some generated files to .gitignore
1 parent fb58175 commit 8d57c82

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: Test examples
4242
run: uv run --locked --with pillow --script doc/examples/run_all.py
4343
- name: Test documentation
44-
run: uv run --locked -m sphinx doc/ _build/ -b doctest
44+
run: uv run --locked -m sphinx doc/ _build/ -b doctest -W

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ build/
44
dist/
55
.eggs/
66
sfs.egg-info/
7+
/doc/sfs.*.rst
8+
/doc/examples/*.gif
9+
/doc/examples/*.png
10+
.ipynb_checkpoints/

0 commit comments

Comments
 (0)