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 d72019c  [DOCS] Auto expand right sidebar (#74)
d72019c is described below

commit d72019c41fb041675dc1ef2bc1f1ba28c18cac01
Author: Tianqi Chen <[email protected]>
AuthorDate: Tue Sep 30 08:29:05 2025 -0400

    [DOCS] Auto expand right sidebar (#74)
    
    This PR set auto expand of right sidebar to two so contents are more
    discoverable.
---
 docs/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/conf.py b/docs/conf.py
index 0d4c3f1..e2f0666 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -264,6 +264,7 @@ def footer_html() -> str:
 html_theme_options = {
     "repository_url": "https://github.com/apache/tvm-ffi";,
     "use_repository_button": True,
+    "show_toc_level": 2,
     "extra_footer": footer_html(),
 }
 

Reply via email to