We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60087a8 commit 564de16Copy full SHA for 564de16
doc/source/_templates/layout.html renamed to doc/source/_templates/piwik.html
@@ -1,6 +1,3 @@
1
-{% extends "!layout.html" %}
2
-{%- block footer %}
3
-{{ super() }}
4
<script type="text/javascript">
5
var _paq = _paq || [];
6
_paq.push(['trackPageView']);
@@ -14,4 +11,3 @@
14
11
})();
15
12
</script>
16
13
<noscript><p><img src="//stats.philpep.org/piwik/piwik.php?idsite=2" style="border:0;" alt="" /></p></noscript>
17
-{% endblock %}
doc/source/conf.py
@@ -163,6 +163,7 @@
163
'about.html',
164
'navigation.html',
165
'searchbox.html',
166
+ 'piwik.html',
167
],
168
}
169
0 commit comments