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 16c670e commit 6c4dab4Copy full SHA for 6c4dab4
_templates/page.html
@@ -0,0 +1,7 @@
1
+{% extends "!page.html" %}
2
+
3
+{% block extrahead %}
4
+{{ super() }}
5
+<script defer data-domain="devguide.python.org" src="https://analytics.python.org/js/script.outbound-links.js"></script>
6
+<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
7
+{% endblock %}
conf.py
@@ -37,6 +37,7 @@
37
"source_repository": "https://github.com/python/devguide",
38
"source_branch": "main",
39
}
40
+templates_path = ['_templates']
41
html_static_path = ['_static']
42
html_css_files = [
43
'devguide_overrides.css',
0 commit comments