8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67753eb commit a9a559dCopy full SHA for a9a559d
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