Merge pull request #59 from gnzng/quickfixdocs

fix: documentation build step to use Sphinx directly
This commit is contained in:
Dayne Yoshiki Sasaki
2025-11-12 14:54:57 -08:00
committed by GitHub
+1 -2
View File
@@ -94,9 +94,8 @@ jobs:
uv pip install ."[docs]"
- name: Build docs
working-directory: docs
run: |
make html
uv run python -m sphinx -b html docs/source docs/build/html
- name: List files in docs/build/html
run: |