File: do_not_build_license.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 (28 lines) | stat: -rw-r--r-- 801 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
27
28
Description: 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.
Author: Fladischer Michael <FladischerMichael@fladi.at>
Last-Update: 2011-08-25
Forwarded: not-needed

--- a/doc/index.rst
+++ b/doc/index.rst
@@ -7,8 +7,7 @@
 A Sphinx_ extension to turn textual issue ids like ``#10`` into real references
 to these issues in an issue tracker.
 
-The extension is available under the terms of the BSD license, see
-:doc:`license` for more information.
+The extension is available under the terms of the BSD license.
 
 
 Installation
@@ -206,7 +205,6 @@
    :hidden:
 
    changes.rst
-   license.rst
 
 
 .. _Sphinx: http://sphinx.pocoo.org/