1
0
Fork 0
terminaltables3/debian/patches/0001-remove-sphinxcontrib.googleanalytics.patch
Daniel Baumann 4120e5a87f
Rediffing remove-sphinxcontrib.googleanalytics.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-12 13:07:10 +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')