summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin <debacle@debian.org>2024-04-30 18:13:32 +0100
committerColin Watson <cjwatson@debian.org>2024-04-30 18:24:12 +0100
commit48e5fbaab697a99cf344d7ce4209539b6737ee30 (patch)
treeacb040115fa3eb3c46d6db9b9506e9067bc5eed5
parente2d557645e03f7841563facd09f01559bfe8de2d (diff)
fix documentation privacy breaches
Origin: vendor Last-Update: 2019-12-22 Last-Update: 2019-12-22 Gbp-Pq: Name privacy-breach-fixes.patch
-rw-r--r--docs/conf.py8
1 files 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",