18 lines
665 B
Diff
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')
|