diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-23 19:03:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-23 19:14:18 +0000 |
commit | 1e251c794701b1728a76c33ff1abfc92e08b21fc (patch) | |
tree | 1ea9b8984df982298b42c5b665f45c9886207fba | |
parent | Updating upstream urls. (diff) | |
download | terminaltables-1e251c794701b1728a76c33ff1abfc92e08b21fc.tar.xz terminaltables-1e251c794701b1728a76c33ff1abfc92e08b21fc.zip |
Refreshing google-analytics.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/debian/0001-google-analytics.patch | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/debian/patches/debian/0001-google-analytics.patch b/debian/patches/debian/0001-google-analytics.patch index 9efaacd..a98b720 100644 --- a/debian/patches/debian/0001-google-analytics.patch +++ b/debian/patches/debian/0001-google-analytics.patch @@ -4,15 +4,26 @@ Description: Disable Google Analytics extension for building the documentation w 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), '')} +@@ -47,11 +47,6 @@ extlinks = { + } -# 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') + scv_grm_exclude = (".gitignore", ".nojekyll", "README.rst") +diff -Naurp terminaltables.orig/tox.ini terminaltables/tox.ini +--- terminaltables.orig/tox.ini ++++ terminaltables/tox.ini +@@ -24,7 +24,6 @@ changedir = {toxinidir}/docs + commands = + sphinx-build -W . _build/html {posargs} + deps = +- robpol86-sphinxcontrib-googleanalytics==0.1 + sphinx-rtd-theme==0.2.4 + sphinx==1.5.3 + usedevelop = False |