From 6a2f981418e781e4bdbb4ed257845a14a5e82874 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 4 Aug 2023 12:11:42 -0700 Subject: [PATCH] [3.11] Docs: Only include Plausible for html, not for epub etc (GH-107637) (#107643) Co-authored-by: Hugo van Kemenade --- Doc/tools/templates/layout.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index 9832feba1416..80103158ea01 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -26,7 +26,9 @@ {% endblock %} {% block extrahead %} - + {% if builder == "html" %} + + {% endif %} {% if builder != "htmlhelp" %} {% if pagename == 'whatsnew/changelog' and not embedded %} -- 2.47.3