From cd0568aa8b0bec543d8a8c068b6d5a79d2ac42d4 Mon Sep 17 00:00:00 2001 From: Pim Nelissen Date: Wed, 28 Jan 2026 09:43:17 +0100 Subject: [PATCH 1/2] add mkdocstrings-python to ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ff578e..9e9b62f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,5 +25,5 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material - - run: mkdocs gh-deploy --force \ No newline at end of file + - run: pip install mkdocs-material mkdocstrings-python + - run: mkdocs gh-deploy --force From aa76900bd4fd5d04b99b9b369e384449c7cfcef4 Mon Sep 17 00:00:00 2001 From: Pim Nelissen Date: Wed, 28 Jan 2026 09:48:33 +0100 Subject: [PATCH 2/2] Update and rename ci.yml to ci-docs.yml --- .github/workflows/{ci.yml => ci-docs.yml} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename .github/workflows/{ci.yml => ci-docs.yml} (94%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci-docs.yml similarity index 94% rename from .github/workflows/ci.yml rename to .github/workflows/ci-docs.yml index 9e9b62f..1499211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci-docs.yml @@ -1,4 +1,4 @@ -name: ci +name: ci-docs on: push: branches: @@ -25,5 +25,6 @@ jobs: path: .cache restore-keys: | mkdocs-material- + - run: pip install -e . - run: pip install mkdocs-material mkdocstrings-python - run: mkdocs gh-deploy --force