diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-09-26 07:01:07 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-09-26 07:01:07 +0200 |
commit | c3bb6d808656b69402fa9d28f6a55ccdb32aa213 (patch) | |
tree | 0846283ca08fb66451ff283a52d5e0626dc217bb /docs | |
parent | The logo has been resized. (diff) | |
download | newspipe-c3bb6d808656b69402fa9d28f6a55ccdb32aa213.tar.gz newspipe-c3bb6d808656b69402fa9d28f6a55ccdb32aa213.tar.bz2 newspipe-c3bb6d808656b69402fa9d28f6a55ccdb32aa213.zip |
Updated sphinx configuration file.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4cf78165..319bc046 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'pyAggr3g470r' -copyright = u'2010-2013, Cédric Bonhomme' +copyright = u'2010-2013, Cédric Bonhomme' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -184,7 +184,7 @@ latex_elements = { # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'pyAggr3g470r.tex', u'pyAggr3g470r Documentation', - u'Cédric Bonhomme', 'howto'), + u'Cédric Bonhomme', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -214,7 +214,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'pyaggr3g470r', u'pyAggr3g470r Documentation', - [u'Cédric Bonhomme'], 1) + [u'Cédric Bonhomme'], 1) ] # If true, show URL addresses after external links. @@ -228,7 +228,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'pyAggr3g470r', u'pyAggr3g470r Documentation', - u'Cédric Bonhomme', 'pyAggr3g470r', 'One line description of project.', + u'Cédric Bonhomme', 'pyAggr3g470r', 'One line description of project.', 'Miscellaneous'), ] @@ -240,3 +240,4 @@ texinfo_documents = [ # How to display URL addresses: 'footnote', 'no', or 'inline'. #texinfo_show_urls = 'footnote' + |