summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorJonathan Waltman <jonathan.waltman@gmail.com>2010-09-16 02:16:27 -0500
committerJonathan Waltman <jonathan.waltman@gmail.com>2010-09-16 02:16:27 -0500
commita5343b4c5bf61fb6fb5caa7648465972d8a1911a (patch)
treef5bf9a95b6cacd3d907e8cb4fd1ed9c0681b46be /doc/conf.py
parent0d1b0020d56a6df1b3e044b930468ee0c4b2d893 (diff)
downloadsphinx-git-a5343b4c5bf61fb6fb5caa7648465972d8a1911a.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 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)}