aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/0001-Localize-generated-documentation.patch
blob: 338ab857cd86f6a58e7269ce14bbc3f1c9c5ff2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: "Jeremy T. Bouse" <jbouse@debian.org>
Date: Tue, 23 Sep 2014 12:54:17 -0400
Subject: Localize generated documentation

Remove external resource references from the Sphinx layout to
generate local documentation to package under /usr/share/doc for
the paramiko-doc.
---
 sites/shared_conf.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

--- a/sites/shared_conf.py
+++ b/sites/shared_conf.py
@@ -10,10 +10,7 @@
 html_theme = 'alabaster'
 html_theme_options = {
     'description': "A Python implementation of SSHv2.",
-    'github_user': 'paramiko',
-    'github_repo': 'paramiko',
-    'analytics_id': 'UA-18486793-2',
-    'travis_button': True,
+    'github_button': False,
 }
 html_sidebars = {
     '**': [