diff options
author | Jonathan Waltman <jonathan.waltman@gmail.com> | 2010-09-16 02:16:27 -0500 |
---|---|---|
committer | Jonathan Waltman <jonathan.waltman@gmail.com> | 2010-09-16 02:16:27 -0500 |
commit | a5343b4c5bf61fb6fb5caa7648465972d8a1911a (patch) | |
tree | f5bf9a95b6cacd3d907e8cb4fd1ed9c0681b46be /doc/conf.py | |
parent | 0d1b0020d56a6df1b3e044b930468ee0c4b2d893 (diff) | |
download | sphinx-git-a5343b4c5bf61fb6fb5caa7648465972d8a1911a.tar.gz |
Add documentation for Texinfo builder
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index b3a1cda79..dd23b0812 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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)} |