File: remove-github-button.patch

package info (click to toggle)
python-aioopenssl 0.6.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 248 kB
  • sloc: python: 1,561; makefile: 144
file content (14 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: python3-aioopenssl/docs/conf.py
===================================================================
--- python3-aioopenssl.orig/docs/conf.py
+++ python3-aioopenssl/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 = {