From b476d37adcd3aa417720be3f258ea238e808ba50 Mon Sep 17 00:00:00 2001 From: Mariusz Gumowski Date: Mon, 25 Aug 2025 13:32:15 +0200 Subject: [PATCH 1/3] fix docs build --- .github/workflows/docs.yml | 2 -- docs/Makefile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 75bfe88c..b3396b9a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,8 +26,6 @@ jobs: - name: Install dependencies run: | uv sync --locked --extra docs - - name: Install and Generate Doxygen - uses: mattnotmitt/doxygen-action@b84fe17600245bb5db3d6c247cc274ea98c15a3b # v1.12.0 - name: Build Docs run: | cd docs diff --git a/docs/Makefile b/docs/Makefile index d0c3cbf1..4834f8c8 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,7 +4,7 @@ # You can set these variables from the command line, and also # from the environment for the first two. SPHINXOPTS ?= -SPHINXBUILD ?= sphinx-build +SPHINXBUILD ?= python -m sphinx.cmd.build SOURCEDIR = source BUILDDIR = build From 4595255960c693d9509925e127a593d9b3037476 Mon Sep 17 00:00:00 2001 From: Mariusz Gumowski Date: Mon, 25 Aug 2025 13:37:03 +0200 Subject: [PATCH 2/3] test --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b3396b9a..59e60d36 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,7 +29,7 @@ jobs: - name: Build Docs run: | cd docs - make html + uv run make html - name: Branch name id: branch_name shell: bash From 9db1774540e97a7ed9a21fbe03054c732b448739 Mon Sep 17 00:00:00 2001 From: Mariusz Gumowski Date: Mon, 25 Aug 2025 13:39:32 +0200 Subject: [PATCH 3/3] restore --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 4834f8c8..d0c3cbf1 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,7 +4,7 @@ # You can set these variables from the command line, and also # from the environment for the first two. SPHINXOPTS ?= -SPHINXBUILD ?= python -m sphinx.cmd.build +SPHINXBUILD ?= sphinx-build SOURCEDIR = source BUILDDIR = build