aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorWill Kahn-Greene <willg@bluesock.org>2011-07-30 16:25:44 -0400
committerWill Kahn-Greene <willg@bluesock.org>2011-07-30 16:26:43 -0400
commitd4535719370ca3be4790070e4bbe572671ba6045 (patch)
treebe506ea62de5c0167eeff8d2ffb546453607d653 /docs/conf.py
parent482d53cd30229798ff58f9d6f3cbb3b86f94f218 (diff)
downloadmediagoblin-d4535719370ca3be4790070e4bbe572671ba6045.tar.lz
mediagoblin-d4535719370ca3be4790070e4bbe572671ba6045.tar.xz
mediagoblin-d4535719370ca3be4790070e4bbe572671ba6045.zip
460. Adds texinfo output bits
Building texinfo version of the manual only works with Sphinx from hg tip at present. Also, there are some minor issues and someone should go through the manual and read it to make sure there aren't issues.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 6c64cdda..a7acd3e2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -214,3 +214,26 @@ man_pages = [
('index', 'gnumediagoblin', u'GNU MediaGoblin Documentation',
[u'Chris Webber, et al'], 1)
]
+
+# If true, show URL addresses after external links.
+#man_show_urls = False
+
+
+# -- Options for Texinfo output ------------------------------------------------
+
+# Grouping the document tree into Texinfo files. List of tuples
+# (source start file, target name, title, author,
+# dir menu entry, description, category)
+texinfo_documents = [
+ ('index', 'gnumediagoblin', u'GNU MediaGoblin Documentation', u'gnumediagoblin',
+ 'GNU MediaGoblin', 'Media sharing web application.', 'Miscellaneous'),
+]
+
+# Documents to append as an appendix to all manuals.
+#texinfo_appendices = []
+
+# If false, no module index is generated.
+#texinfo_domain_indices = True
+
+# How to display URL addresses: 'footnote', 'no', or 'inline'.
+#texinfo_show_urls = 'footnote'