summaryrefslogtreecommitdiffstats
path: root/debian/patches/0001-remove-sphinxcontrib.googleanalytics.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0001-remove-sphinxcontrib.googleanalytics.patch')
-rw-r--r--debian/patches/0001-remove-sphinxcontrib.googleanalytics.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/0001-remove-sphinxcontrib.googleanalytics.patch b/debian/patches/0001-remove-sphinxcontrib.googleanalytics.patch
new file mode 100644
index 0000000..1bfe452
--- /dev/null
+++ b/debian/patches/0001-remove-sphinxcontrib.googleanalytics.patch
@@ -0,0 +1,27 @@
+From: Carl Suster <carl@contraflo.ws>
+Date: Sat, 7 Jan 2017 13:04:55 +1100
+Subject: remove sphinxcontrib.googleanalytics
+
+Disable Google Analytics extension for building the documentation with
+Sphinx.
+
+Forwarded: no
+---
+ docs/conf.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/docs/conf.py b/docs/conf.py
+index fb33f09..7580d0c 100644
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -42,8 +42,8 @@ extlinks = {'github': ('https://github.com/robpol86/{0}/blob/v{1}/%s'.format(pro
+
+
+ # google analytics
+-extensions.append('sphinxcontrib.googleanalytics')
+-googleanalytics_id = 'UA-82627369-1'
++# extensions.append('sphinxcontrib.googleanalytics')
++# googleanalytics_id = 'UA-82627369-1'
+
+
+ # SCVersioning.