]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-107136: Remove Plausible for docs metrics (#107856)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Tue, 22 Aug 2023 18:45:22 +0000 (21:45 +0300)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 18:45:22 +0000 (20:45 +0200)
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 %}