From d26267d95bed0b368b1979af8e267f47735086bc Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:26:28 +0200 Subject: [PATCH] Add Google Analytics --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 85131d7..b171ce7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,6 +51,7 @@ # documentation. html_theme_options = { # "github_url": "https://github.com/assessingsolar/dtu_solar_station", + "analytics": {"google_analytics_id": "G-1VQJYFHV7J"}, "navbar_start": ["navbar-logo"], "navbar_center": ["navbar-nav"], "navbar_end": ["navbar-icon-links"], @@ -84,5 +85,3 @@ # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. html_last_updated_fmt = '%d %B %Y' - -