From 9a0319976a1e27e2643ed8e6f27c68ce3666db7e Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 28 May 2025 19:45:02 +0100 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2afbaeb..3adbdfd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,5 +16,4 @@ build: - poetry install --with dev,docs - poetry run maturin develop install: - - export PATH="$PATH:$HOME/.asdf/installs/rust/1.86.0/bin" - - poetry run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html + - export PATH="$PATH:$HOME/.asdf/installs/rust/1.86.0/bin" && poetry run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html