File: remove-github-button.patch

package info (click to toggle)
python-aioopenssl 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 220 kB
  • sloc: python: 1,495; makefile: 144
file content (14 lines) | stat: -rw-r--r-- 409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/docs/conf.py b/docs/conf.py
index 5ef8876..2306696 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -106,9 +106,6 @@ html_theme = 'alabaster'
 # further.  For a list of options available for each theme, see the
 # documentation.
 html_theme_options = {
-    "github_button": "true",
-    "github_repo": "aioopenssl",
-    "github_user": "horazont",
     "font_size": "12pt",
 }
 html_sidebars = {