From 77f1d208fa325867f707db6605ebec44d62df59b Mon Sep 17 00:00:00 2001 From: Tom Arne Pedersen Date: Tue, 21 Jan 2025 08:34:47 +0100 Subject: [PATCH 1/2] updating workflow --- .github/workflows/_build_and_publish_documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/_build_and_publish_documentation.yml b/.github/workflows/_build_and_publish_documentation.yml index 90dc17e..1109892 100644 --- a/.github/workflows/_build_and_publish_documentation.yml +++ b/.github/workflows/_build_and_publish_documentation.yml @@ -50,7 +50,8 @@ jobs: - uses: sphinx-doc/github-problem-matcher@master - name: Build documentation run: | - uv run docs/make.bat html + cd docs + uv run make html - name: Clone and cleanup gh-pages branch run: | From 622eeecfb0d57eba00c54f81a964ce9422711f79 Mon Sep 17 00:00:00 2001 From: Tom Arne Pedersen Date: Tue, 21 Jan 2025 08:39:17 +0100 Subject: [PATCH 2/2] updating the makefile --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index ed88099..d0c3cbf 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -5,7 +5,7 @@ # from the environment for the first two. SPHINXOPTS ?= SPHINXBUILD ?= sphinx-build -SOURCEDIR = . +SOURCEDIR = source BUILDDIR = build # Put it first so that "make" without argument is like "make help".