From 288b8f4e2b04a540876eda7fb799f43bd2dabdef Mon Sep 17 00:00:00 2001 From: Kilian Lieret Date: Mon, 14 Aug 2023 18:37:36 +0200 Subject: [PATCH] Add plausible web analysis --- conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf.py b/conf.py index 2e15c5fe..d78ff1a8 100644 --- a/conf.py +++ b/conf.py @@ -44,3 +44,8 @@ def hsf_ci_setup(app): nbsphinx_timeout = 60*20 # FIXME: This should be removed # nbsphinx_execute = 'never' + +_PLAUSIBLE_SNIPPET = '' + +def setup(app): + app.add_js_file(None, body=_PLAUSIBLE_SNIPPET)