Skip to content

Commit c8f38cb

Browse files
committed
Change analytics to Plausible
1 parent debe760 commit c8f38cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

conf.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,8 @@
8888

8989
include_analytics = is_release_build
9090
if include_analytics:
91-
html_theme_options["google_analytics_id"] = "UA-55954603-1"
91+
html_theme_options["analytics"] = {
92+
"plausible_analytics_domain": "matplotlib.org",
93+
"plausible_analytics_url":
94+
"https://views.scientific-python.org/js/script.js"
95+
}

0 commit comments

Comments
 (0)