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 192ae9b commit 5c47d72Copy full SHA for 5c47d72
Doc/tools/templates/layout.html
@@ -28,7 +28,7 @@
28
{% block extrahead %}
29
{% if builder == "html" %}
30
{% if enable_analytics %}
31
- <script defer data-domain="docs.python.org" src="https://analytics.python.org/js/script.outbound-links.js"></script>
+ <script defer file-types="bz2,epub,zip" data-domain="docs.python.org" src="https://analytics.python.org/js/script.file-downloads.outbound-links.js"></script>
32
{% endif %}
33
<link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html">
34
{% if pagename == 'whatsnew/changelog' and not embedded %}
0 commit comments