File: privacy

package info (click to toggle)
python-skbio 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,924 kB
  • sloc: python: 67,527; ansic: 672; makefile: 225
file content (29 lines) | stat: -rw-r--r-- 719 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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',
-    }
 }