From 8c4c51cf354292e52f575cf113ede0c46ec9eec1 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 28 May 2025 18:55:56 +0100 Subject: [PATCH] Another attempt to fix docs --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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