Skip to content

Commit 5413e62

Browse files
committed
Add psfhosted plausbile instance to analytics
I'm evaluating the self-hosted option on the psf infrastructure.
1 parent 6e759de commit 5413e62

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@
7575
(
7676
"https://plausible.io/js/script.js",
7777
{"data-domain": "packaging.python.org", "defer": "defer"},
78-
)
78+
),
79+
(
80+
"https://analytics.python.org/js/script.js",
81+
{"data-domain": "packaging.python.org", "defer": "defer"},
82+
),
7983
]
8084
html_js_files = []
8185
if RTD_CANONICAL_BUILD:

0 commit comments

Comments
 (0)