doc/book/en/conf.py
changeset 1808 aa09e20dd8c0
parent 1687 9b966d7d7bff
parent 1714 a721966779be
child 1977 606923dff11b
equal deleted inserted replaced
1693:49075f57cf2c 1808:aa09e20dd8c0
    27 autoclass_content = 'both'
    27 autoclass_content = 'both'
    28 # Add any paths that contain templates here, relative to this directory.
    28 # Add any paths that contain templates here, relative to this directory.
    29 templates_path = ['.templates']
    29 templates_path = ['.templates']
    30 
    30 
    31 # The suffix of source filenames.
    31 # The suffix of source filenames.
    32 source_suffix = '.txt'
    32 source_suffix = '.rst'
    33 
    33 
    34 # The master toctree document.
    34 # The master toctree document.
    35 master_doc = 'index'
    35 master_doc = 'index'
    36 
    36 
    37 # General substitutions.
    37 # General substitutions.
    38 project = 'Cubicweb'
    38 project = 'Cubicweb'
    39 copyright = '2008, Logilab'
    39 copyright = '2008-2009, Logilab'
    40 
    40 
    41 # The default replacements for |version| and |release|, also used in various
    41 # The default replacements for |version| and |release|, also used in various
    42 # other places throughout the built documents.
    42 # other places throughout the built documents.
    43 #
    43 #
    44 # The short X.Y version.
    44 # The short X.Y version.
    45 version = '0.54'
    45 version = '0.54'
    46 # The full version, including alpha/beta/rc tags.
    46 # The full version, including alpha/beta/rc tags.
    47 release = '3.0'
    47 release = '3.2'
    48 
    48 
    49 # There are two options for replacing |today|: either, you set today to some
    49 # There are two options for replacing |today|: either, you set today to some
    50 # non-false value, then it is used:
    50 # non-false value, then it is used:
    51 #today = ''
    51 #today = ''
    52 # Else, today_fmt is used as the format for a strftime call.
    52 # Else, today_fmt is used as the format for a strftime call.