Author: Michael R. Crusoe <crusoe@debian.org>
Description: Disable usage of Google Analytics for the docs
Forwarded: not-needed
--- python-skbio.orig/doc/source/conf.py
+++ python-skbio/doc/source/conf.py
@@ -164,11 +164,6 @@
     'footer_center': ['sphinx-version'],
     'footer_end': ['theme-version'],
 
-    # google analytics
-    'analytics': {
-        'google_analytics_id': 'UA-6636235-9',
-    }
-
 }
 
 
--- python-skbio.orig/web/conf.py
+++ python-skbio/web/conf.py
@@ -105,9 +105,4 @@
     'footer_start': ['copyright'],
     'footer_center': ['sphinx-version'],
     'footer_end': ['theme-version'],
-
-    # google analytics
-    'analytics': {
-        'google_analytics_id': 'UA-6636235-9',
-    }
 }
