File: 0003-remove-forkme-button-from-docs-to-prevent-privacy-br.patch

package info (click to toggle)
python-aiohttp 3.11.15-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 16,160 kB
  • sloc: python: 51,888; ansic: 20,843; makefile: 395; javascript: 31; sh: 3
file content (24 lines) | stat: -rw-r--r-- 764 bytes parent folder | download | duplicates (2)
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
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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",