File: disable_issuetracker.patch

package info (click to toggle)
sphinx-issuetracker 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 396 kB
  • ctags: 337
  • sloc: python: 1,052; makefile: 131
file content (26 lines) | stat: -rw-r--r-- 788 bytes parent folder | download
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
26
From: Fladischer Michael <FladischerMichael@fladi.at>
Date: Tue, 26 Aug 2014 17:29:35 +0000
Subject: Disable issue tracker integration during build.

Disable the issue tracker integration to allow the package to be built without
network access.

Forwarded: not-needed
---
 doc/conf.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index a7c5852..50cee89 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -66,8 +66,7 @@ intersphinx_mapping.update(check_object_path('sphinx',
                                              '/usr/share/doc/python-sphinx/html/objects.inv'))
 
 
-issuetracker = 'github'
-issuetracker_project = 'lunaryorn/sphinxcontrib-issuetracker'
+issuetracker = None
 
 EVENT_SIG_RE = re.compile(r'([a-zA-Z-]+)\s*\((.*)\)')