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.git
The following commit(s) were added to refs/heads/main by this push:
new fb1d8aa1e0 [DOCS] Align footer dropdown menu (#19876)
fb1d8aa1e0 is described below
commit fb1d8aa1e0908394b56d9f9acbca11871de767be
Author: Shushi Hong <[email protected]>
AuthorDate: Tue Jun 23 22:19:31 2026 -0400
[DOCS] Align footer dropdown menu (#19876)
This follow-up updates the documentation footer dropdown menu to use
Bootstrap's `dropdown-menu-end` alignment class.
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 86140eee2a..4a6338ef4f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -420,7 +420,7 @@ def footer_html() -> str:
aria-expanded="false" style="font-size: 0.9em; color:
#6c757d; text-decoration: none; padding: 0; border: none; background: none;">
{footer_dropdown["name"]}
</button>
- <ul class="dropdown-menu" aria-labelledby="footerDropdown"
style="font-size: 0.9em;">
+ <ul class="dropdown-menu dropdown-menu-end"
aria-labelledby="footerDropdown" style="font-size: 0.9em;">
{dropdown_items} </ul>
</div>
</div>