Description: Turn off Google analytics as per Lintian warning
Author: Michael R. Crusoe <crusoe@debian.org>
Forwarded: not-needed
--- khmer.orig/doc/conf.py
+++ khmer/doc/conf.py
@@ -186,7 +186,7 @@
 # Various settings to pass to templates:
 
 html_context = {
-   "google_analytics_id" : 'UA-51731094-1',
+#    "google_analytics_id" : 'UA-51731094-1',
    "disqus_shortname" : 'khmer-docs',
 #   "github_base_account" : 'dib-lab',
    "github_project" : 'khmer',
--- khmer.orig/doc/_templates/page.html
+++ khmer/doc/_templates/page.html
@@ -61,6 +61,7 @@
 
 {% endif %}
 
+{% if google_analytics_id %}
 <script type="text/javascript">
 
   var _gaq = _gaq || [];
@@ -74,6 +75,7 @@
   })();
 
 </script>
+{% endif %}
 
 {% endblock %}
 
