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