8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48e2891 + 06ceba5 commit dd09194Copy full SHA for dd09194
doc/conf.py
@@ -484,7 +484,10 @@ def js_tag_with_cache_busting(js):
484
}
485
include_analytics = is_release_build
486
if include_analytics:
487
- html_theme_options["analytics"] = {"google_analytics_id": "UA-55954603-1"}
+ html_theme_options["analytics"] = {
488
+ "plausible_analytics_domain": "matplotlib.org",
489
+ "plausible_analytics_url": "https://views.scientific-python.org/js/script.js"
490
+ }
491
492
# Add any paths that contain custom static files (such as style sheets) here,
493
# relative to this directory. They are copied after the builtin static files,
0 commit comments