From 415b6f5030decad351db6003ed628068e4ff2b31 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 7 Apr 2020 14:49:38 -0700 Subject: [PATCH] doc: add google analytics tag Signed-off-by: David B. Kinder --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index 1a5495764..aba265a42 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -217,6 +217,7 @@ html_static_path = ['static'] def setup(app): app.add_stylesheet("acrn-custom.css") + app.add_javascript("https://www.googletagmanager.com/gtag/js?id=UA-831873-64") app.add_javascript("acrn-custom.js") # Custom sidebar templates, must be a dictionary that maps document names