Skip to content

Commit 6235a1a

Browse files
committed
doc: remove google analytics
I doubt anyone is looking at it, let's stop feeding the beast.
1 parent 40b8fb2 commit 6235a1a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

doc/_templates/layout.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,3 @@ <h1>execnet: Distributed Python deployment and communication</h1>
1818
</code>
1919
</div>
2020
{% 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-
<script type="text/javascript">
29-
try {
30-
var pageTracker = _gat._getTracker("UA-7597274-7");
31-
pageTracker._trackPageview();
32-
} catch(err) {}</script>
33-
{% endblock %}

0 commit comments

Comments
 (0)