summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-08-23 09:01:30 (GMT)
committerGitHub <noreply@github.com>2023-08-23 09:01:30 (GMT)
commit07c727e92a72ea8a9e7d9705b4afc261c32fa1ce (patch)
treedec8652171938cdc9ce85c9c6a2e6f1a19430c8f
parent1ecbe787dde59b3d021990dbf92680f0301977ce (diff)
downloadcpython-07c727e92a72ea8a9e7d9705b4afc261c32fa1ce.zip
cpython-07c727e92a72ea8a9e7d9705b4afc261c32fa1ce.tar.gz
cpython-07c727e92a72ea8a9e7d9705b4afc261c32fa1ce.tar.bz2
[3.11] gh-107136: Remove Plausible for docs metrics (GH-107856) (#108335)
(cherry picked from commit fc23f34cc9701949e6832eb32f26ea89f6622b82) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
-rw-r--r--Doc/tools/templates/layout.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html
index 8010315..9498b2c 100644
--- a/Doc/tools/templates/layout.html
+++ b/Doc/tools/templates/layout.html
@@ -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 %}