Skip to content

Commit 564de16

Browse files
committed
docs: Workaround readthedocs issue
readthedocs/readthedocs.org#152
1 parent 60087a8 commit 564de16

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

doc/source/_templates/layout.html renamed to doc/source/_templates/piwik.html

-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
{% extends "!layout.html" %}
2-
{%- block footer %}
3-
{{ super() }}
41
<script type="text/javascript">
52
var _paq = _paq || [];
63
_paq.push(['trackPageView']);
@@ -14,4 +11,3 @@
1411
})();
1512
</script>
1613
<noscript><p><img src="//stats.philpep.org/piwik/piwik.php?idsite=2" style="border:0;" alt="" /></p></noscript>
17-
{% endblock %}

doc/source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
'about.html',
164164
'navigation.html',
165165
'searchbox.html',
166+
'piwik.html',
166167
],
167168
}
168169

0 commit comments

Comments
 (0)