[Python-modules-commits] [yarl] 09/13: disable privacy breach links in documentation

Piotr Ożarowski piotr at moszumanska.debian.org
Tue Jun 20 18:21:33 UTC 2017


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

piotr pushed a commit to branch master
in repository yarl.

commit de85e20ff62eed78ca6941bccc60c1d12813d118
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Tue Jun 20 20:13:42 2017 +0200

    disable privacy breach links in documentation
---
 docs/conf.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 3de0fb6..8fddb60 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -157,11 +157,11 @@ html_theme_options = {
     'description': 'Yet another URL library',
     'github_user': 'aio-libs',
     'github_repo': 'yarl',
-    'github_button': True,
+    'github_button': False,
     'github_type': 'star',
-    'github_banner': True,
-    'travis_button': True,
-    'codecov_button': True,
+    'github_banner': False,
+    'travis_button': False,
+    'codecov_button': False,
     'pre_bg': '#FFF6E5',
     'note_bg': '#E5ECD1',
     'note_border': '#BFCF8C',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/yarl.git



More information about the Python-modules-commits mailing list