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 c533f00262 update docs
c533f00262 is described below

commit c533f002622001dd1598b2f09aea8890f042ee53
Author: tqchen <[email protected]>
AuthorDate: Tue Sep 9 15:20:00 2025 -0400

    update docs
---
 .github/workflows/publish_tvm_ffi_docs.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/publish_tvm_ffi_docs.yml 
b/.github/workflows/publish_tvm_ffi_docs.yml
index aad51d2b66..6a871def71 100644
--- a/.github/workflows/publish_tvm_ffi_docs.yml
+++ b/.github/workflows/publish_tvm_ffi_docs.yml
@@ -22,6 +22,10 @@ jobs:
           submodules: recursive
           path: tvm
 
+      - name: Install doxygen
+        run: |
+          sudo apt install -y doxygen graphviz
+
       - name: Install wheel and requirements
         working-directory: tvm/ffi
         run: |
@@ -31,6 +35,8 @@ jobs:
 
       - name: Build docs
         working-directory: tvm/ffi/docs
+        env:
+          BUILD_CPP_DOCS: 1
         run: |
           make html
           python ../../../tvm-site/scripts/download_3rdparty_embeds.py -v 
--path=_build/html

Reply via email to