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"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user