Description: fix documentation privacy breaches
Author: Martin <debacle@debian.org>
Origin: vendor
Last-Update: 2019-12-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -143,11 +143,11 @@
     'description': 'Authorization and identity for aoihttp',
     'github_user': 'aio-libs',
     'github_repo': 'aiohttp-security',
-    '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',
