Another attempt to fix docs

This commit is contained in:
2025-05-28 18:55:56 +01:00
parent 93271a9bf6
commit 8c4c51cf35

View File

@@ -11,9 +11,8 @@ 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
install:
- poetry run sphinx-build -b html docs docs/_build/html
- export PATH="$PATH:$HOME/.asdf/installs/rust/1.86.0/bin" && poetry run sphinx-build -b html docs docs/_build/html