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

Piotr Ożarowski piotr at moszumanska.debian.org
Thu Feb 8 20:19:38 UTC 2018


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

piotr pushed a commit to branch master
in repository yarl.

commit 14b6c4d7f76b6710b4541bb2f683483ec9a03f8c
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 | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index bc9613e..806b2a1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -155,13 +155,13 @@ html_theme = 'alabaster'
 html_theme_options = {
     'logo': 'yarl-icon-128x128.png',
     'description': 'Yet another URL library',
-    'github_user': 'aio-libs',
-    'github_repo': 'yarl',
-    'github_button': True,
-    'github_type': 'star',
-    'github_banner': True,
-    'travis_button': True,
-    'codecov_button': True,
+#     'github_user': 'aio-libs',
+#     'github_repo': 'yarl',
+#     'github_button': True,
+#     'github_type': 'star',
+#     'github_banner': True,
+#     'travis_button': True,
+#     'codecov_button': True,
     '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