Files
read_aconity_layers/.readthedocs.yaml

19 lines
477 B
YAML

version: 2
build:
os: ubuntu-24.04
tools:
python: "3.13"
rust: "1.86"
jobs:
pre_create_environment:
- asdf plugin add poetry
- asdf install poetry latest
- asdf global poetry latest
- cargo install sphinx-rustdocgen
create_environment:
- poetry lock
- poetry install --with dev,docs
install:
- export PATH="$PATH:$HOME/.asdf/installs/rust/1.86.0/bin" && poetry run sphinx-build -b html docs docs/_build/html