diff -r 707e2be17a43 -r 66a8812457d6 doc/conf.py --- a/doc/conf.py Thu Sep 06 00:32:45 2012 +0200 +++ b/doc/conf.py Sat Sep 08 01:24:36 2012 +0200 @@ -41,7 +41,7 @@ # General information about the project. project = u'Beremiz' -copyright = u'2012, Edouard Tisserant' +copyright = u'is 21st century inquisition' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -56,6 +56,9 @@ # for a list of supported languages. #language = None +gettext_compact = False +locale_dirs = [ "locale/" ] + # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: #today = '' @@ -91,7 +94,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = 'sphinxdoc' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the @@ -184,7 +187,7 @@ # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'Beremiz.tex', u'Beremiz Documentation', - u'Edouard Tisserant', 'manual'), + u'Beremiz Documentation Authors', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -214,7 +217,7 @@ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'beremiz', u'Beremiz Documentation', - [u'Edouard Tisserant'], 1) + [u'Beremiz Documentation Authors'], 1) ] # If true, show URL addresses after external links. @@ -228,7 +231,7 @@ # dir menu entry, description, category) texinfo_documents = [ ('index', 'Beremiz', u'Beremiz Documentation', - u'Edouard Tisserant', 'Beremiz', 'One line description of project.', + u'Beremiz Documentation Authors', 'Beremiz', 'One line description of project.', 'Miscellaneous'), ]