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