From 1567df046f4f6748167dc1b75f704a8b99b23c01 Mon Sep 17 00:00:00 2001 From: colramos-amd Date: Fri, 11 Nov 2022 12:41:06 -0600 Subject: [PATCH] Enable Google Analytics for docs Signed-off-by: colramos-amd [ROCm/rocprofiler-compute commit: 35c287e0a3b9417a7e495684951bc1d5a9a3411b] --- projects/rocprofiler-compute/src/docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-compute/src/docs/conf.py b/projects/rocprofiler-compute/src/docs/conf.py index 286ef7a4cb..b967810f1d 100644 --- a/projects/rocprofiler-compute/src/docs/conf.py +++ b/projects/rocprofiler-compute/src/docs/conf.py @@ -111,8 +111,8 @@ html_static_path = ["_static"] htmlhelp_basename = "Omniperfdoc" html_theme_options = { - # "analytics_id": "G-1HLBBRSTT9", # Provided by Google in your dashboard - # "analytics_anonymize_ip": False, + "analytics_id": "G-C5DYLCE9ED", # Provided by Google in your dashboard + "analytics_anonymize_ip": False, "logo_only": False, "display_version": True, "prev_next_buttons_location": "bottom",