fix: documentation build step to use Sphinx directly

This commit is contained in:
gnzng
2025-11-12 11:54:17 -06:00
parent 562bcab171
commit f0f44e3c83
+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: |