[Python-modules-commits] [terminaltables] 05/10: remove sphinxcontrib.googleanalytics
Carl Suster
arcresu-guest at moszumanska.debian.org
Sat Jan 7 05:20:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
arcresu-guest pushed a commit to branch master
in repository terminaltables.
commit 90fce8ef39a64de4e29bb0b1bd9acb25d4831066
Author: Carl Suster <carl at contraflo.ws>
Date: Sat Jan 7 13:04:55 2017 +1100
remove sphinxcontrib.googleanalytics
Disable Google Analytics extension for building the documentation with
Sphinx.
---
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
# google analytics
-extensions.append('sphinxcontrib.googleanalytics')
-googleanalytics_id = 'UA-82627369-1'
+# extensions.append('sphinxcontrib.googleanalytics')
+# googleanalytics_id = 'UA-82627369-1'
# SCVersioning.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/terminaltables.git
More information about the Python-modules-commits
mailing list