summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 14:13:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 14:13:19 +0000
commit09344bf61bfbd71048a88efefe7ca183df337d8b (patch)
tree4ec8f3c6705999b2434debb48a5d24c3d6929b65
parentMerging upstream version 3.1.10 (Closes: #1014035). (diff)
downloadterminaltables-09344bf61bfbd71048a88efefe7ca183df337d8b.tar.xz
terminaltables-09344bf61bfbd71048a88efefe7ca183df337d8b.zip
Rediffing remove-sphinxcontrib.googleanalytics.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/0001-remove-sphinxcontrib.googleanalytics.patch33
1 files changed, 12 insertions, 21 deletions
diff --git a/debian/patches/0001-remove-sphinxcontrib.googleanalytics.patch b/debian/patches/0001-remove-sphinxcontrib.googleanalytics.patch
index 1bfe452..9efaacd 100644
--- a/debian/patches/0001-remove-sphinxcontrib.googleanalytics.patch
+++ b/debian/patches/0001-remove-sphinxcontrib.googleanalytics.patch
@@ -1,27 +1,18 @@
-From: Carl Suster <carl@contraflo.ws>
-Date: Sat, 7 Jan 2017 13:04:55 +1100
-Subject: remove sphinxcontrib.googleanalytics
+Author: Carl Suster <carl@contraflo.ws>
+Description: Disable Google Analytics extension for building the documentation with Sphinx.
-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
+diff -Naurp terminaltables.orig/docs/conf.py terminaltables/docs/conf.py
+--- terminaltables.orig/docs/conf.py
++++ terminaltables/docs/conf.py
+@@ -42,11 +42,6 @@ extensions.append('sphinx.ext.extlinks')
+ extlinks = {'github': ('https://github.com/robpol86/{0}/blob/v{1}/%s'.format(project, version), '')}
- # google analytics
+-# google analytics
-extensions.append('sphinxcontrib.googleanalytics')
-googleanalytics_id = 'UA-82627369-1'
-+# extensions.append('sphinxcontrib.googleanalytics')
-+# googleanalytics_id = 'UA-82627369-1'
-
-
+-
+-
# SCVersioning.
+ scv_banner_greatest_tag = True
+ scv_grm_exclude = ('.gitignore', '.nojekyll', 'README.rst')