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)