]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-107136: Remove Plausible for docs metrics (GH-107856) (#108335)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 23 Aug 2023 09:01:30 +0000 (02:01 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Aug 2023 09:01:30 +0000 (11:01 +0200)
(cherry picked from commit fc23f34cc9701949e6832eb32f26ea89f6622b82)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/tools/templates/layout.html

index 80103158ea01e63cfa7d531c7ad16ee3cb13588b..9498b2ccc5af9294c003e7d9c2f7b2588af53e27 100644 (file)
@@ -26,9 +26,6 @@
 {% endblock %}
 
 {% block extrahead %}
-    {% if builder == "html" %}
-      <script defer data-domain="docs.python.org" src="https://plausible.io/js/script.js"></script>
-    {% endif %}
     <link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html" />
     {% if builder != "htmlhelp" %}
       {% if pagename == 'whatsnew/changelog' and not embedded %}