mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-23 02:31:57 +00:00
Update .readthedocs.yaml
This commit is contained in:
@@ -10,10 +10,9 @@ build:
|
|||||||
- asdf plugin add poetry
|
- asdf plugin add poetry
|
||||||
- asdf install poetry latest
|
- asdf install poetry latest
|
||||||
- asdf global poetry latest
|
- asdf global poetry latest
|
||||||
- cargo install sphinx-rustdocgen
|
|
||||||
create_environment:
|
create_environment:
|
||||||
- poetry lock
|
- poetry lock
|
||||||
- poetry install --with dev,docs
|
- poetry install --with dev,docs
|
||||||
- poetry run maturin develop
|
- poetry run maturin develop
|
||||||
install:
|
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" && cargo install sphinx-rustdocgen && poetry run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html
|
||||||
|
|||||||
Reference in New Issue
Block a user