This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 18871b39d8 enable rust doc
18871b39d8 is described below

commit 18871b39d8b9f51fb5c957225f62bb8451abb35e
Author: tqchen <[email protected]>
AuthorDate: Sat Oct 18 08:52:09 2025 -0400

    enable rust doc
---
 .github/workflows/publish_tvm_ffi_docs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/publish_tvm_ffi_docs.yml 
b/.github/workflows/publish_tvm_ffi_docs.yml
index 696081e26e..3fa9fdc6ae 100644
--- a/.github/workflows/publish_tvm_ffi_docs.yml
+++ b/.github/workflows/publish_tvm_ffi_docs.yml
@@ -34,6 +34,7 @@ jobs:
         working-directory: tvm-ffi/
         env:
           BUILD_CPP_DOCS: 1
+          BUILD_RUST_DOCS: 1
         run: |
           uv run --group docs sphinx-build -M html docs docs/_build
           uv run --with requests python 
../tvm-site/scripts/download_3rdparty_embeds.py -v --path=_build/html

Reply via email to