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 029db20..e75f1fe 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -178,9 +178,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",
