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/
|