mirror of
https://github.com/cdtools-developers/cdtools.git
synced 2026-09-10 13:32:40 +02:00
Merge pull request #59 from gnzng/quickfixdocs
fix: documentation build step to use Sphinx directly
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user