summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorJon Waltman <jonathan.waltman@gmail.com>2010-09-16 02:16:27 -0500
committerJon Waltman <jonathan.waltman@gmail.com>2010-09-16 02:16:27 -0500
commit0a8eed122a82fc353e7f53c99ce49cbec7f04684 (patch)
treef5bf9a95b6cacd3d907e8cb4fd1ed9c0681b46be /doc/conf.py
parent4dafb51afd4d3646420c0e40b417fab7a40aeab6 (diff)
downloadsphinx-0a8eed122a82fc353e7f53c99ce49cbec7f04684.tar.gz
Add documentation for Texinfo builder
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index b3a1cda7..dd23b081 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)}