1
0
Fork 0
terminaltables3/debian/patches/debian/0001-google-analytics.patch
Daniel Baumann 5ece37ace3
Renumbering patches.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-12 13:07:15 +01:00

18 lines
665 B
Diff

Author: Carl Suster <carl@contraflo.ws>
Description: Disable Google Analytics extension for building the documentation with Sphinx.
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
-extensions.append('sphinxcontrib.googleanalytics')
-googleanalytics_id = 'UA-82627369-1'
-
-
# SCVersioning.
scv_banner_greatest_tag = True
scv_grm_exclude = ('.gitignore', '.nojekyll', 'README.rst')