doc: add google analytics tag

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2020-04-07 14:49:38 -07:00 committed by David Kinder
parent 140077f225
commit 415b6f5030

View File

@ -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