docs/conf.py
changeset 11539 ff581d66f682
parent 11537 caf268942436
child 11541 732b00868f00
equal deleted inserted replaced
11538:c8f42c41f38c 11539:ff581d66f682
     9 # Note that not all possible configuration values are present in this
     9 # Note that not all possible configuration values are present in this
    10 # autogenerated file.
    10 # autogenerated file.
    11 #
    11 #
    12 # All configuration values have a default; values that are commented out
    12 # All configuration values have a default; values that are commented out
    13 # serve to show the default.
    13 # serve to show the default.
    14 
       
    15 import sys
       
    16 import os
       
    17 
    14 
    18 # If extensions (or modules to document with autodoc) are in another directory,
    15 # If extensions (or modules to document with autodoc) are in another directory,
    19 # add these directories to sys.path here. If the directory is relative to the
    16 # add these directories to sys.path here. If the directory is relative to the
    20 # documentation root, use os.path.abspath to make it absolute, like shown here.
    17 # documentation root, use os.path.abspath to make it absolute, like shown here.
    21 #sys.path.insert(0, os.path.abspath('.'))
    18 #sys.path.insert(0, os.path.abspath('.'))
   191 
   188 
   192 
   189 
   193 # -- Options for LaTeX output ---------------------------------------------
   190 # -- Options for LaTeX output ---------------------------------------------
   194 
   191 
   195 latex_elements = {
   192 latex_elements = {
   196 # The paper size ('letterpaper' or 'a4paper').
   193     # The paper size ('letterpaper' or 'a4paper').
   197 #'papersize': 'letterpaper',
   194     'papersize': 'a4paper',
   198 
   195 
   199 # The font size ('10pt', '11pt' or '12pt').
   196     # The font size ('10pt', '11pt' or '12pt').
   200 #'pointsize': '10pt',
   197     #'pointsize': '10pt',
   201 
   198 
   202 # Additional stuff for the LaTeX preamble.
   199     # Additional stuff for the LaTeX preamble.
   203 #'preamble': '',
   200     #'preamble': '',
   204 }
   201 }
   205 
   202 
   206 # Grouping the document tree into LaTeX files. List of tuples
   203 # Grouping the document tree into LaTeX files. List of tuples
   207 # (source start file, target name, title,
   204 # (source start file, target name, title,
   208 #  author, documentclass [howto, manual, or own class]).
   205 #  author, documentclass [howto, manual, or own class]).
   209 latex_documents = [
   206 latex_documents = [
   210   ('index', 'PyramidCubicweb.tex', u'Pyramid Cubicweb Documentation',
   207     ('index', 'PyramidCubicweb.tex', u'Pyramid Cubicweb Documentation',
   211    u'Christophe de Vienne', 'manual'),
   208      u'Christophe de Vienne', 'manual'),
   212 ]
   209 ]
   213 
   210 
   214 # The name of an image file (relative to this directory) to place at the top of
   211 # The name of an image file (relative to this directory) to place at the top of
   215 # the title page.
   212 # the title page.
   216 #latex_logo = None
   213 #latex_logo = None
   249 
   246 
   250 # Grouping the document tree into Texinfo files. List of tuples
   247 # Grouping the document tree into Texinfo files. List of tuples
   251 # (source start file, target name, title, author,
   248 # (source start file, target name, title, author,
   252 #  dir menu entry, description, category)
   249 #  dir menu entry, description, category)
   253 texinfo_documents = [
   250 texinfo_documents = [
   254   ('index', 'PyramidCubicweb', u'Pyramid Cubicweb Documentation',
   251     ('index', 'PyramidCubicweb', u'Pyramid Cubicweb Documentation',
   255    u'Christophe de Vienne', 'PyramidCubicweb', 'One line description of project.',
   252      u'Christophe de Vienne', 'PyramidCubicweb',
   256    'Miscellaneous'),
   253      'One line description of project.', 'Miscellaneous'),
   257 ]
   254 ]
   258 
   255 
   259 # Documents to append as an appendix to all manuals.
   256 # Documents to append as an appendix to all manuals.
   260 #texinfo_appendices = []
   257 #texinfo_appendices = []
   261 
   258