diff --git a/docs/source/_static/matomo.js b/docs/source/_static/matomo.js new file mode 100644 index 000000000..c59490e3e --- /dev/null +++ b/docs/source/_static/matomo.js @@ -0,0 +1,14 @@ +// script below is used by Matomo web analytics for web site usage statistics + diff --git a/docs/source/conf.py b/docs/source/conf.py index 9219f72c3..9652589d6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -187,7 +187,7 @@ html_static_path = ["_static"] html_css_files = ["custom.css"] # adding custom icons probably only possible with newest pydata theme version -html_js_files = ["piwik.js", "custom.js"] #, "custom_icon.js"] +html_js_files = ["piwik.js", "matomo.js", "custom.js"] # -- Options for HTMLHelp output ------------------------------------------