Files
read_aconity_layers/.readthedocs.yaml
2025-05-29 11:15:56 +01:00

20 lines
486 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
- asdf plugin add just
- asdf install just latest
- asdf global just latest
create_environment:
- poetry install --with dev,docs
install:
- PATH="$PATH:$HOME/.asdf/installs/rust/1.86.0/bin" just docs html_out $READTHEDOCS_OUTPUT