mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Even more doc fixes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user