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
@@ -142,11 +142,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",
