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 40b8fb2 commit 6235a1aCopy full SHA for 6235a1a
doc/_templates/layout.html
@@ -18,16 +18,3 @@ <h1>execnet: Distributed Python deployment and communication</h1>
18
</code>
19
</div>
20
{% endblock %}
21
-
22
-{% block footer %}
23
-{{ super() }}
24
-<script type="text/javascript">
25
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
26
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
27
-</script>
28
29
-try {
30
-var pageTracker = _gat._getTracker("UA-7597274-7");
31
-pageTracker._trackPageview();
32
-} catch(err) {}</script>
33
-{% endblock %}
0 commit comments