1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
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
@@ -141,11 +141,11 @@
'description': 'user session support for aiohttp.web',
'github_user': 'aio-libs',
'github_repo': 'aiohttp-session',
- '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',
|