From c3bb6d808656b69402fa9d28f6a55ccdb32aa213 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 26 Sep 2013 07:01:07 +0200 Subject: Updated sphinx configuration file. --- docs/conf.py | 9 +++++---- 1 file 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' + -- cgit