From 19b4373377294ab375f3e1b8b4f17ed18cf1cbb7 Mon Sep 17 00:00:00 2001 From: appleb_m Date: Mon, 5 Jan 2026 13:22:58 +0100 Subject: [PATCH] Update .gitea/workflows/action.yaml --- .gitea/workflows/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 9f9c918d..8dd150b7 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -112,10 +112,10 @@ jobs: # prefer the sphinx-apidoc CLI if available; otherwise try module fallback if command -v sphinx-apidoc > /dev/null 2>&1; then - sphinx-apidoc -o modules/ ../src --separate --module-first --force --remove-old + sphinx-apidoc -o modules/ ../daq/src --separate --module-first --force --remove-old else # module fallback: some Sphinx installs expose the module at sphinx.ext.apidoc - python -m sphinx.ext.apidoc -o modules/ ../src --separate --module-first --force --remove-old + python -m sphinx.ext.apidoc -o modules/ ../daq/src --separate --module-first --force --remove-old fi