From f3ad132f5d94058d5e3770a5c848cd406d5937e3 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Fri, 22 Aug 2025 19:48:39 +0200 Subject: [PATCH 1/3] DOC: add generated *.rst files to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e1b18dfa..54e34cb9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ build/ dist/ .eggs/ sfs.egg-info/ +/doc/sfs.*.rst From 86972b4b18347f86f7748c88c5d3bffc68a325b5 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Fri, 22 Aug 2025 19:49:02 +0200 Subject: [PATCH 2/3] CI: check for Sphinx warnings --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53f2100d..5fc693b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,4 +41,4 @@ jobs: - name: Test examples run: uv run --locked --with pillow --script doc/examples/run_all.py - name: Test documentation - run: uv run --locked -m sphinx doc/ _build/ -b doctest + run: uv run --locked -m sphinx doc/ _build/ -b doctest -W From 7a59bd57ac009844da64d33288f1021ebd8810f9 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Thu, 25 Sep 2025 20:03:41 +0200 Subject: [PATCH 3/3] Add some generated files to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 54e34cb9..2e816198 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ dist/ .eggs/ sfs.egg-info/ /doc/sfs.*.rst +/doc/examples/*.gif +/doc/examples/*.png +.ipynb_checkpoints/