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 install poetry latest
- asdf global poetry latest - asdf global poetry latest
- cargo install sphinx-rustdocgen - cargo install sphinx-rustdocgen
- export PATH="$PATH:$HOME/.cargo/bin"
create_environment: create_environment:
- poetry lock - poetry lock
- poetry install --with dev,docs - poetry install --with dev,docs
install: 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