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-ffi.git


The following commit(s) were added to refs/heads/main by this push:
     new 276c6f6  [DOCS] add author (#207)
276c6f6 is described below

commit 276c6f69c3790892785425e4be7a8ca63e814333
Author: Tianqi Chen <[email protected]>
AuthorDate: Wed Oct 29 20:53:17 2025 -0400

    [DOCS] add author (#207)
    
    This PR adds author to the conf.py so docs can render authors correctly
---
 docs/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/conf.py b/docs/conf.py
index 7118b41..ef0f399 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -49,6 +49,8 @@ __version__ = setuptools_scm.get_version(root="..")
 
 project = "tvm-ffi"
 
+author = "Apache TVM FFI contributors"
+
 version = __version__
 release = __version__
 

Reply via email to