From df030190d0530fbb95bd0bef7e3b4e53e3c80138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dieter=20Werthm=C3=BCller?= Date: Fri, 22 Nov 2024 16:17:34 +0100 Subject: [PATCH] Add plausible (#347) --- docs/conf.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8ddfac06..b0f80031 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -84,8 +84,14 @@ {"name": "Gallery", "url": "https://emsig.xyz/emg3d-gallery/gallery"}, {"name": "emsig", "url": "https://emsig.xyz"}, ], - 'navigation_with_keys': True, + "navigation_with_keys": True, # "use_edit_page_button": True, + "analytics": { + # The domain you'd like to use for this analytics instance + "plausible_analytics_domain": "emg3d.emsig.xyz", + # The analytics script that is served by Plausible + "plausible_analytics_url": "https://plausible.io/js/plausible.js", + }, } html_context = {