doc/conf.py
changeset 811 66a8812457d6
parent 810 707e2be17a43
child 1732 94ffe74e6895
equal deleted inserted replaced
810:707e2be17a43 811:66a8812457d6
    39 # The master toctree document.
    39 # The master toctree document.
    40 master_doc = 'index'
    40 master_doc = 'index'
    41 
    41 
    42 # General information about the project.
    42 # General information about the project.
    43 project = u'Beremiz'
    43 project = u'Beremiz'
    44 copyright = u'2012, Edouard Tisserant'
    44 copyright = u'is 21st century inquisition'
    45 
    45 
    46 # The version info for the project you're documenting, acts as replacement for
    46 # The version info for the project you're documenting, acts as replacement for
    47 # |version| and |release|, also used in various other places throughout the
    47 # |version| and |release|, also used in various other places throughout the
    48 # built documents.
    48 # built documents.
    49 #
    49 #
    53 release = '1.1rc1'
    53 release = '1.1rc1'
    54 
    54 
    55 # The language for content autogenerated by Sphinx. Refer to documentation
    55 # The language for content autogenerated by Sphinx. Refer to documentation
    56 # for a list of supported languages.
    56 # for a list of supported languages.
    57 #language = None
    57 #language = None
       
    58 
       
    59 gettext_compact = False
       
    60 locale_dirs = [ "locale/" ]
    58 
    61 
    59 # There are two options for replacing |today|: either, you set today to some
    62 # There are two options for replacing |today|: either, you set today to some
    60 # non-false value, then it is used:
    63 # non-false value, then it is used:
    61 #today = ''
    64 #today = ''
    62 # Else, today_fmt is used as the format for a strftime call.
    65 # Else, today_fmt is used as the format for a strftime call.
    89 
    92 
    90 # -- Options for HTML output ---------------------------------------------------
    93 # -- Options for HTML output ---------------------------------------------------
    91 
    94 
    92 # The theme to use for HTML and HTML Help pages.  See the documentation for
    95 # The theme to use for HTML and HTML Help pages.  See the documentation for
    93 # a list of builtin themes.
    96 # a list of builtin themes.
    94 html_theme = 'default'
    97 html_theme = 'sphinxdoc'
    95 
    98 
    96 # Theme options are theme-specific and customize the look and feel of a theme
    99 # Theme options are theme-specific and customize the look and feel of a theme
    97 # further.  For a list of options available for each theme, see the
   100 # further.  For a list of options available for each theme, see the
    98 # documentation.
   101 # documentation.
    99 #html_theme_options = {}
   102 #html_theme_options = {}
   182 
   185 
   183 # Grouping the document tree into LaTeX files. List of tuples
   186 # Grouping the document tree into LaTeX files. List of tuples
   184 # (source start file, target name, title, author, documentclass [howto/manual]).
   187 # (source start file, target name, title, author, documentclass [howto/manual]).
   185 latex_documents = [
   188 latex_documents = [
   186   ('index', 'Beremiz.tex', u'Beremiz Documentation',
   189   ('index', 'Beremiz.tex', u'Beremiz Documentation',
   187    u'Edouard Tisserant', 'manual'),
   190    u'Beremiz Documentation Authors', 'manual'),
   188 ]
   191 ]
   189 
   192 
   190 # The name of an image file (relative to this directory) to place at the top of
   193 # The name of an image file (relative to this directory) to place at the top of
   191 # the title page.
   194 # the title page.
   192 #latex_logo = None
   195 #latex_logo = None
   212 
   215 
   213 # One entry per manual page. List of tuples
   216 # One entry per manual page. List of tuples
   214 # (source start file, name, description, authors, manual section).
   217 # (source start file, name, description, authors, manual section).
   215 man_pages = [
   218 man_pages = [
   216     ('index', 'beremiz', u'Beremiz Documentation',
   219     ('index', 'beremiz', u'Beremiz Documentation',
   217      [u'Edouard Tisserant'], 1)
   220      [u'Beremiz Documentation Authors'], 1)
   218 ]
   221 ]
   219 
   222 
   220 # If true, show URL addresses after external links.
   223 # If true, show URL addresses after external links.
   221 #man_show_urls = False
   224 #man_show_urls = False
   222 
   225 
   226 # Grouping the document tree into Texinfo files. List of tuples
   229 # Grouping the document tree into Texinfo files. List of tuples
   227 # (source start file, target name, title, author,
   230 # (source start file, target name, title, author,
   228 #  dir menu entry, description, category)
   231 #  dir menu entry, description, category)
   229 texinfo_documents = [
   232 texinfo_documents = [
   230   ('index', 'Beremiz', u'Beremiz Documentation',
   233   ('index', 'Beremiz', u'Beremiz Documentation',
   231    u'Edouard Tisserant', 'Beremiz', 'One line description of project.',
   234    u'Beremiz Documentation Authors', 'Beremiz', 'One line description of project.',
   232    'Miscellaneous'),
   235    'Miscellaneous'),
   233 ]
   236 ]
   234 
   237 
   235 # Documents to append as an appendix to all manuals.
   238 # Documents to append as an appendix to all manuals.
   236 #texinfo_appendices = []
   239 #texinfo_appendices = []