1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
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",
|