diff --git a/NOTES_FOR_MAINTAINERS.md b/NOTES_FOR_MAINTAINERS.md index 66b1c7ce2..19f88a955 100644 --- a/NOTES_FOR_MAINTAINERS.md +++ b/NOTES_FOR_MAINTAINERS.md @@ -73,3 +73,7 @@ with the new minimum required version of vl-convert. To cut a new release of Altair, follow the steps outlined in [RELEASING.md](RELEASING.md). + +## Web analytics +We use the privacy-friendly [plausible.io](https://plausible.io/) for tracking usage statistics of our documentation. +It is hosted on [https://views.scientific-python.org](https://views.scientific-python.org). To view the stats, you need an account. Ask another maintainer to invite you. \ No newline at end of file diff --git a/doc/conf.py b/doc/conf.py index 4240cf77e..ad177dafe 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -159,6 +159,10 @@ ], "header_links_before_dropdown": 6, "announcement": """This website is for version 5. You can find the documentation for version 4 here.""", + "analytics": { + "plausible_analytics_domain": "altair-viz.github.io", + "plausible_analytics_url": ("https://views.scientific-python.org/js/script.js"), + }, } html_context = {"default_mode": "light"}