diff options
-rw-r--r-- | Doc/tools/templates/layout.html | 3 |
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 %} |