More doc fix attempts

This commit is contained in:
2025-05-28 18:35:46 +01:00
parent 0ed6ab6663
commit 74c037f9c7

View File

@@ -12,6 +12,7 @@ build:
- asdf global poetry latest - asdf global poetry latest
- cargo install sphinx-rustdocgen - cargo install sphinx-rustdocgen
create_environment: create_environment:
- poetry lock
- poetry install --with dev,docs - poetry install --with dev,docs
install: install:
- poetry run sphinx-build -b html docs docs/_build/html - poetry run sphinx-build -b html docs docs/_build/html