File: privacy-breach-fixes.patch

package info (click to toggle)
python-aiohttp-session 2.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 420 kB
  • sloc: python: 2,213; makefile: 192
file content (24 lines) | stat: -rw-r--r-- 726 bytes parent folder | download
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',