https://github.com/python/cpython/commit/fc23f34cc9701949e6832eb32f26ea89f6622b82 commit: fc23f34cc9701949e6832eb32f26ea89f6622b82 branch: main author: Hugo van Kemenade <hugovk at users.noreply.github.com> committer: ambv <lukasz at langa.pl> date: 2023年08月22日T20:45:22+02:00 summary: gh-107136: Remove Plausible for docs metrics (#107856) files: M Doc/tools/templates/layout.html diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index 80103158ea01e..9498b2ccc5af9 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 %}