File: disable_issuetracker.patch

package info (click to toggle)
sphinx-issuetracker 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 316 kB
  • sloc: python: 777; makefile: 131
file content (19 lines) | stat: -rw-r--r-- 576 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Disable issue tracker integration during build.
 Disable the issue tracker integration to allow the package to be built without 
 network access.
Author: Fladischer Michael <FladischerMichael@fladi.at>
Last-Update: 2011-08-26
Forwarded: not-needed

--- a/doc/conf.py
+++ b/doc/conf.py
@@ -70,8 +70,7 @@
                                              '/usr/share/doc/python-sphinx/html/objects.inv'))
 
 
-issuetracker = 'bitbucket'
-issuetracker_project = 'birkenfeld/sphinx-contrib'
+issuetracker = None
 
 event_sig_re = re.compile(r'([a-zA-Z-]+)\s*\((.*)\)')