Files
read_aconity_layers/.readthedocs.yaml

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