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 36a92a4ae5 Remove Google Analytics (#17734)
36a92a4ae5 is described below
commit 36a92a4ae5803cc265877a20212a5ce0465a5d49
Author: Niall Pemberton <[email protected]>
AuthorDate: Tue Mar 11 23:33:41 2025 +0000
Remove Google Analytics (#17734)
---
docs/conf.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 6f9567c9b1..60ac4077e8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -377,7 +377,6 @@ if not on_rtd and html_theme == "rtd":
html_static_path = ["_static"]
html_theme_options = {
- "analytics_id": "UA-75982049-2",
"logo_only": True,
}