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"
rust: "1.86"
jobs:
pre_install:
- poetry run maturin develop
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt
pre_create_environment:
- asdf plugin add poetry
- asdf install poetry latest
- asdf global poetry latest
- cargo install sphinx-rustdocgen
create_environment:
- poetry install --with dev,docs
install:
- poetry run sphinx-build -b html docs docs/_build/html