From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 4 Aug 2023 19:11:42 +0000 (-0700) Subject: [3.11] Docs: Only include Plausible for html, not for epub etc (GH-107637) (#107643) X-Git-Tag: v3.11.5~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a2f981418e781e4bdbb4ed257845a14a5e82874;p=thirdparty%2FPython%2Fcpython.git [3.11] Docs: Only include Plausible for html, not for epub etc (GH-107637) (#107643) Co-authored-by: Hugo van Kemenade --- 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 %}