File: 0002-remove-github-buttons.patch

package info (click to toggle)
sortedcollections 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: python: 870; makefile: 19; sh: 9
file content (19 lines) | stat: -rw-r--r-- 540 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
From: Diane Trout <diane@ghic.org>
Date: Mon, 24 Apr 2017 16:38:34 -0700
Subject: Remove github username and project id

Including it triggers a privacy breach in the locally generated
html files.

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -89,9 +89,6 @@
     'logo_text_align': 'center',
     'show_powered_by': False,
     'show_related': True,
-    'github_user': 'grantjenks',
-    'github_repo': 'python-sortedcollections',
-    'github_type': 'star',
 }
 
 # Add any paths that contain custom static files (such as style sheets) here,