Package: pyasn1 / 0.4.2-3

0002-Remove-some-theme-options-to-avoid-needless-badges-i.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Vincent Bernat <vincent@bernat.im>
Date: Tue, 26 Dec 2017 08:07:10 +0100
Subject: Remove some theme options to avoid needless badges in documentation

---
 docs/source/conf.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 1e91e20..1788b9f 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -116,8 +116,6 @@ html_theme_options = {
     'logo': 'logo.svg',
     'description': '<p align=left><i><b>Brewing free software for the greater good</i></b></p>',
     'show_powered_by': False,
-    'github_user': 'etingof',
-    'github_repo': 'pyasn1',
     'fixed_sidebar': True,
 }