From: Hugo van Kemenade Date: Fri, 4 Aug 2023 18:33:34 +0000 (+0300) Subject: Docs: Only include Plausible for html, not for epub etc (#107637) X-Git-Tag: v3.13.0a1~1075 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=904b5319b3cc72063f4bfcd7beb3a1ef0fc641be;p=thirdparty%2FPython%2Fcpython.git Docs: Only include Plausible for html, not for epub etc (#107637) Only include Plausible for html, not for epub etc --- 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 %}