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