diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-08-23 09:01:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 09:01:19 (GMT) |
commit | 314c98d293765fb6b930c840e6f6ba80f201b3f7 (patch) | |
tree | e7219b498e7c499af08086340e1fc8ddfd774d0d /Doc/tools | |
parent | 200af4294e9a99bf0d4f535c43f75f304eb53497 (diff) | |
download | cpython-314c98d293765fb6b930c840e6f6ba80f201b3f7.zip cpython-314c98d293765fb6b930c840e6f6ba80f201b3f7.tar.gz cpython-314c98d293765fb6b930c840e6f6ba80f201b3f7.tar.bz2 |
[3.12] gh-107136: Remove Plausible for docs metrics (GH-107856) (#108334)
(cherry picked from commit fc23f34cc9701949e6832eb32f26ea89f6622b82)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/tools')
-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 %} |