Skip to content

Commit bde76e7

Browse files
authored
Merge pull request #1842 from ewdurbin/update_analytics
Add psfhosted plausbile instance to analytics
2 parents 6e759de + 5413e62 commit bde76e7

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)