We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321f0f7 commit 904b531Copy full SHA for 904b531
Doc/tools/templates/layout.html
@@ -26,7 +26,9 @@
26
{% endblock %}
27
28
{% block extrahead %}
29
- <script defer data-domain="docs.python.org" src="https://plausible.io/js/script.js"></script>
+ {% if builder == "html" %}
30
+ <script defer data-domain="docs.python.org" src="https://plausible.io/js/script.js"></script>
31
+ {% endif %}
32
<link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html" />
33
{% if builder != "htmlhelp" %}
34
{% if pagename == 'whatsnew/changelog' and not embedded %}
0 commit comments