8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efe287 commit 755b62fCopy full SHA for 755b62f
pep_sphinx_extensions/pep_theme/templates/page.html
@@ -63,5 +63,7 @@ <h2>Contents</h2>
63
<script src="{{ pathto('_static/colour_scheme.js', resource=True) }}"></script>
64
<script src="{{ pathto('_static/wrap_tables.js', resource=True) }}"></script>
65
<script src="{{ pathto('_static/sticky_banner.js', resource=True) }}"></script>
66
+ <script src="https://analytics.python.org/js/script.outbound-links.js"
67
+ data-domain="peps.python.org" defer></script>
68
</body>
69
</html>
0 commit comments