From: Martin <debacle@debian.org>
Date: Tue, 30 Apr 2024 18:13:32 +0100
Subject: fix documentation privacy breaches

Origin: vendor
Last-Update: 2019-12-22

Last-Update: 2019-12-22
---
 docs/conf.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index aa82e82..bed5f85 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -142,11 +142,11 @@ html_theme_options = {
     "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",
