Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,10 @@ def js_tag_with_cache_busting(js):
}
include_analytics = is_release_build
if include_analytics:
html_theme_options["analytics"] = {"google_analytics_id": "UA-55954603-1"}
html_theme_options["analytics"] = {
"plausible_analytics_domain": "matplotlib.org",
"plausible_analytics_url": "https://views.scientific-python.org/js/script.js"
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down