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',
- }
}
|