doc/conf.py
changeset 12791 4564ecfc0134
parent 12352 1a0159426def
equal deleted inserted replaced
12790:6f74e28be048 12791:4564ecfc0134
    50 # ---------------------
    50 # ---------------------
    51 
    51 
    52 # Add any Sphinx extension module names here, as strings. They can be extensions
    52 # Add any Sphinx extension module names here, as strings. They can be extensions
    53 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    53 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    54 extensions = [
    54 extensions = [
    55   'sphinx.ext.autodoc', 
    55   'sphinx.ext.autodoc',
    56   'sphinx.ext.viewcode',
    56   'sphinx.ext.viewcode',
    57   ]
    57   ]
    58 
    58 
    59 autoclass_content = 'both'
    59 autoclass_content = 'both'
    60 
    60 
    67 # The master toctree document.
    67 # The master toctree document.
    68 master_doc = 'index'
    68 master_doc = 'index'
    69 
    69 
    70 # General substitutions.
    70 # General substitutions.
    71 project = 'CubicWeb'
    71 project = 'CubicWeb'
    72 copyright = '2001-2015, Logilab'
    72 copyright = '2001-2019, Logilab'
    73 
    73 
    74 # The default replacements for |version| and |release|, also used in various
    74 # The default replacements for |version| and |release|, also used in various
    75 # other places throughout the built documents.
    75 # other places throughout the built documents.
    76 #
    76 #
    77 # The short X.Y version.
    77 # The short X.Y version.