DOC: Enable Plausible file-downloads, hash, and outbound-links tracking - #32703
Open
InessaPawson wants to merge 1 commit into
Open
InessaPawson wants to merge 1 commit into
InessaPawson wants to merge 1 commit into
Conversation
InessaPawson
force-pushed
the
plausible-ext
branch
from
September 20, 2026 01:52
fe4de0b to
abec854
Compare
Member
|
How do we know this is working? |
Member
Author
stefanv
reviewed
Sep 23, 2026
| @@ -279,7 +279,10 @@ def setup(app): | |||
| "show_version_warning_banner": True, | |||
| "analytics": { | |||
| "plausible_analytics_domain": "numpy.org/doc/stable/", | |||
Contributor
There was a problem hiding this comment.
Plausible changed the way that it handles domains, I see, so we will have to update pydata-sphinx theme. However, the way it is configured I hope it will "just work".
That said, the link below is now no longer current. Presuming you want logging under the numpy.org site, your analytics url is:
https://views.scientific-python.org/js/pa-b-PtGyEXHnuzbdQ51uHRi.js
Member
Author
There was a problem hiding this comment.
Thanks, @stefanv! Before I update the script URL, a quick question about where the data will go: we were hoping to track the docs as their own site, so docs traffic is easy to see separately. Could you confirm that the script you shared is for numpy.org/doc/stable? If it isn't, please generate one for that site.
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR summary
Follow-up to #29892 (comment).
AI Disclosure
No AI tools used