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*\((.*)\)')
 
