diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-30 21:51:15 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-30 21:51:15 -0500 |
commit | 90870c07d409b1d6a4c3d16cc17df33b694e2f43 (patch) | |
tree | 18e4cf1e232a4341602ded00b44b460620595f80 /docs/conf.py | |
parent | 34e4be6fb1c047ece5d3fc311e758468f2a72795 (diff) | |
parent | d4535719370ca3be4790070e4bbe572671ba6045 (diff) | |
download | mediagoblin-90870c07d409b1d6a4c3d16cc17df33b694e2f43.tar.lz mediagoblin-90870c07d409b1d6a4c3d16cc17df33b694e2f43.tar.xz mediagoblin-90870c07d409b1d6a4c3d16cc17df33b694e2f43.zip |
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 23 |
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' |