Even more doc fixes

This commit is contained in:
2025-05-28 18:29:40 +01:00
parent 341777a33d
commit 0ed6ab6663

View File

@@ -6,12 +6,12 @@ build:
python: "3.13" python: "3.13"
rust: "1.86" rust: "1.86"
jobs: jobs:
pre_install: pre_create_environment:
- poetry run maturin develop - asdf plugin add poetry
- asdf install poetry latest
sphinx: - asdf global poetry latest
configuration: docs/conf.py - cargo install sphinx-rustdocgen
create_environment:
python: - poetry install --with dev,docs
install: install:
- requirements: docs/requirements.txt - poetry run sphinx-build -b html docs docs/_build/html