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

Piotr Ożarowski piotr at moszumanska.debian.org
Thu Nov 30 13:19:16 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 edc4e4d7bf7ea9f4343be8efe7e2b3e8a9f36cbc
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 c27f4a7..afd4f69 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