https://github.com/python/cpython/commit/7d4c00e7c50f9702be7319e0dc1557d925fbd555
commit: 7d4c00e7c50f9702be7319e0dc1557d925fbd555
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com>
date: 2025-04-18T05:02:18+01:00
summary:

[3.13] Docs: Migrate entirely to PSF hosted plausible for analytics (GH-132648) 
(#132660)

Docs: Migrate entirely to PSF hosted plausible for analytics (GH-132648)
(cherry picked from commit 1d529cbc892b824b387d672899265ed4258b2222)

Co-authored-by: Ee Durbin <ewdur...@gmail.com>

files:
M Doc/tools/templates/layout.html

diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html
index 69c2ab6ae0519d..56023ebf962703 100644
--- a/Doc/tools/templates/layout.html
+++ b/Doc/tools/templates/layout.html
@@ -27,8 +27,7 @@
 
 {% block extrahead %}
     {% if builder == "html" and enable_analytics %}
-      <script defer data-domain="docs.python.org" 
src="https://plausible.io/js/script.js";></script>
-      <script defer data-domain="docs.python.org" 
src="https://analytics.python.org/js/script.js";></script>
+      <script defer data-domain="docs.python.org" 
src="https://analytics.python.org/js/script.outbound-links.js";></script>
     {% endif %}
     <link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html";>
     {% if builder != "htmlhelp" %}

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to