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