From 952392f91a2177bbc41cfed8ae76579a9c81b266 Mon Sep 17 00:00:00 2001
From: SVN-Git Migration <python-modules-team@lists.alioth.debian.org>
Date: Thu, 8 Oct 2015 08:58:40 -0700
Subject: remove_google_analytics

Patch-Name: remove_google_analytics.patch
---
 docs_theme/base.html | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/docs_theme/base.html b/docs_theme/base.html
index 6cb929d..d60fbce 100644
--- a/docs_theme/base.html
+++ b/docs_theme/base.html
@@ -22,21 +22,6 @@
     <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
 
-  <script type="text/javascript">
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-18852272-2']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-      var ga = document.createElement('script');
-      ga.type = 'text/javascript';
-      ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-      var s = document.getElementsByTagName('script')[0];
-      s.parentNode.insertBefore(ga, s);
-    })();
-  </script>
-
   <style>
   #sidebarInclude img {
       margin-bottom: 10px;
