diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0e25199..2c4ca97 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,9 +11,8 @@ build: - asdf install poetry latest - asdf global poetry latest - cargo install sphinx-rustdocgen - - export PATH="$PATH:$HOME/.cargo/bin" create_environment: - poetry lock - poetry install --with dev,docs install: - - poetry run sphinx-build -b html docs docs/_build/html + - export PATH="$PATH:$HOME/.asdf/installs/rust/1.86.0/bin" && poetry run sphinx-build -b html docs docs/_build/html