doc/conf.py
changeset 1878 fb73a6b6622d
parent 1850 614396cbffbf
child 3925 1d383b4c0a23
equal deleted inserted replaced
1877:da5f1fa46f2b 1878:fb73a6b6622d
   182 }
   182 }
   183 
   183 
   184 # Grouping the document tree into LaTeX files. List of tuples
   184 # Grouping the document tree into LaTeX files. List of tuples
   185 # (source start file, target name, title, author, documentclass [howto/manual]).
   185 # (source start file, target name, title, author, documentclass [howto/manual]).
   186 latex_documents = [
   186 latex_documents = [
   187   ('index', 'Beremiz.tex', u'Beremiz Documentation',
   187     ('index', 'Beremiz.tex', u'Beremiz Documentation',
   188    u'Beremiz Documentation Authors', 'manual'),
   188      u'Beremiz Documentation Authors', 'manual'),
   189 ]
   189 ]
   190 
   190 
   191 # The name of an image file (relative to this directory) to place at the top of
   191 # The name of an image file (relative to this directory) to place at the top of
   192 # the title page.
   192 # the title page.
   193 # latex_logo = None
   193 # latex_logo = None
   226 
   226 
   227 # Grouping the document tree into Texinfo files. List of tuples
   227 # Grouping the document tree into Texinfo files. List of tuples
   228 # (source start file, target name, title, author,
   228 # (source start file, target name, title, author,
   229 #  dir menu entry, description, category)
   229 #  dir menu entry, description, category)
   230 texinfo_documents = [
   230 texinfo_documents = [
   231   ('index', 'Beremiz', u'Beremiz Documentation',
   231     ('index', 'Beremiz', u'Beremiz Documentation',
   232    u'Beremiz Documentation Authors', 'Beremiz', 'One line description of project.',
   232      u'Beremiz Documentation Authors', 'Beremiz', 'One line description of project.',
   233    'Miscellaneous'),
   233      'Miscellaneous'),
   234 ]
   234 ]
   235 
   235 
   236 # Documents to append as an appendix to all manuals.
   236 # Documents to append as an appendix to all manuals.
   237 # texinfo_appendices = []
   237 # texinfo_appendices = []
   238 
   238