From 93271a9bf606f4f3170e4d29d398c46a1e7fa162 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 28 May 2025 18:42:38 +0100 Subject: [PATCH] Another attempt to fix docs --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b8bf579..0e25199 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,6 +11,7 @@ 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