Add documentation for Texinfo builder

This commit is contained in:
Jonathan Waltman
2010-09-16 02:16:27 -05:00
parent 0d1b0020d5
commit a5343b4c5b
6 changed files with 228 additions and 0 deletions

View File

@@ -64,6 +64,12 @@ man_pages = [
'template generator', '', 1),
]
texinfo_documents = [
('contents', 'sphinx', 'Sphinx Documentation', 'Georg Brandl',
'Sphinx', 'The Sphinx documentation builder.', 'Documentation tools',
1),
]
# We're not using intersphinx right now, but if we did, this would be part of
# the mapping:
intersphinx_mapping = {'python': ('http://docs.python.org/dev', None)}