Package: sphinx-issuetracker / 0.8-1

Metadata

Package Version Patches format
sphinx-issuetracker 0.8-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
intersphinx_mapping.patch | (download)

doc/conf.py | 17 15 + 2 - 0 !
1 file changed, 15 insertions(+), 2 deletions(-)

 use local object inventory files for sphinx
 Use the local object inventory files to prevent sphinx-build from 
 downloading them during build.
 This patch makes the intersphinx mappings depend on the existence of 
 these files, thus passing Debian Policy 12.3 while still maintaining 
 a level of comfort for the reader of the documentation.
disable_issuetracker.patch | (download)

doc/conf.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 disable issue tracker integration during build.
 Disable the issue tracker integration to allow the package to be built without 
 network access.
handle_missing_packages.patch | (download)

sphinxcontrib/issuetracker.py | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 handle importerror more gracefully
 To assist users who do not install the Recommends, enhance the message for 
 ImportError exceptions related to those packages by giving hints on the 
 package names.
do_not_build_license.patch | (download)

doc/index.rst | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 remove license.txt from toc.
 For Debian the license is shipped in the copyright file. It is not necessary to
 ship it again as part of the HTML documentation. This patch removes the license
 file from the TOC.
move_css.patch | (download)

sphinxcontrib/issuetracker.py | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 move css file out of python path.
 This patch separates Python code from CSS by moving the issuetracker.css file
 to an other path: /usr/share/sphinx/contrib/issuetracker/