We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ded871 commit 18871b3Copy full SHA for 18871b3
.github/workflows/publish_tvm_ffi_docs.yml
@@ -34,6 +34,7 @@ jobs:
34
working-directory: tvm-ffi/
35
env:
36
BUILD_CPP_DOCS: 1
37
+ BUILD_RUST_DOCS: 1
38
run: |
39
uv run --group docs sphinx-build -M html docs docs/_build
40
uv run --with requests python ../tvm-site/scripts/download_3rdparty_embeds.py -v --path=_build/html
0 commit comments