Update .readthedocs.yaml

This commit is contained in:
2025-05-28 19:37:16 +01:00
committed by GitHub
parent 6735e25f85
commit f9bb4ff3c8

View File

@@ -14,5 +14,7 @@ build:
create_environment:
- poetry lock
- 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