1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: =?utf-8?q?Piotr_O=C5=BCarowski?= <piotr@debian.org>
Date: Fri, 15 Jan 2021 20:56:21 +0100
Subject: remove forkme button from docs to prevent privacy breach
docs/conf.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index f60c8ff..8081e9e 100644
@@ -185,9 +185,9 @@ html_theme_options = {
"canonical_url": "http://docs.aiohttp.org/en/stable/",
"github_user": github_repo_org,
"github_repo": github_repo_name,
- "github_button": True,
+ "github_button": False,
"github_type": "star",
- "github_banner": True,
+ "github_banner": False,
"badges": [
{
"image": f"{github_repo_url}/workflows/CI/badge.svg",
|