[Python-modules-commits] [terminaltables] 03/04: Unapply patches

Carl Suster arcresu-guest at moszumanska.debian.org
Fri Dec 1 11:30:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

arcresu-guest pushed a commit to branch debian/master
in repository terminaltables.

commit a74b96a22d1746b7bd4948591ccf1039b38cb203
Author: Carl Suster <carl at contraflo.ws>
Date:   Fri Dec 1 22:18:40 2017 +1100

    Unapply patches
---
 docs/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 12ab980..fb33f09 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -26,7 +26,7 @@ html_context = dict(
     github_version=os.environ.get('TRAVIS_BRANCH', 'master'),
     source_suffix='.rst',
 )
-html_copy_source = True
+html_copy_source = False
 html_favicon = 'favicon.ico'
 html_theme = 'sphinx_rtd_theme'
 html_title = project
@@ -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