doc/book/en/conf.py
branchstable
changeset 5135 f15286235aef
parent 4746 f03be559f193
child 5222 ed6905d98a5e
equal deleted inserted replaced
5134:910e021131d1 5135:f15286235aef
    17 #
    17 #
    18 # All configuration values have a default value; values that are commented out
    18 # All configuration values have a default value; values that are commented out
    19 # serve to show the default value.
    19 # serve to show the default value.
    20 
    20 
    21 import sys, os
    21 import sys, os
       
    22 
    22 from cubicweb import __pkginfo__ as cw
    23 from cubicweb import __pkginfo__ as cw
    23 
    24 
    24 # If your extensions are in another directory, add it here. If the directory
    25 # If your extensions are in another directory, add it here. If the directory
    25 # is relative to the documentation root, use os.path.abspath to make it
    26 # is relative to the documentation root, use os.path.abspath to make it
    26 # absolute, like shown here.
    27 # absolute, like shown here.
    29 # General configuration
    30 # General configuration
    30 # ---------------------
    31 # ---------------------
    31 
    32 
    32 # Add any Sphinx extension module names here, as strings. They can be extensions
    33 # Add any Sphinx extension module names here, as strings. They can be extensions
    33 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    34 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    34 extensions = ['sphinx.ext.autodoc']
    35 extensions = ['sphinx.ext.autodoc', 'logilab.common.sphinx_ext']
    35 autoclass_content = 'both'
    36 autoclass_content = 'both'
    36 # Add any paths that contain templates here, relative to this directory.
    37 # Add any paths that contain templates here, relative to this directory.
    37 templates_path = ['.templates']
    38 templates_path = ['.templates']
    38 
    39 
    39 # The suffix of source filenames.
    40 # The suffix of source filenames.