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.
1 parent debe760 commit c8f38cbCopy full SHA for c8f38cb
conf.py
@@ -88,4 +88,8 @@
88
89
include_analytics = is_release_build
90
if include_analytics:
91
- html_theme_options["google_analytics_id"] = "UA-55954603-1"
+ 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