docs/conf.py
changeset 14 1f2ff9d3c7f9
parent 13 19ebde2fd594
child 38 c6e170452c7f
equal deleted inserted replaced
13:19ebde2fd594 14:1f2ff9d3c7f9
    20 
    20 
    21 # -- General configuration -----------------------------------------------------
    21 # -- General configuration -----------------------------------------------------
    22 
    22 
    23 # Add any Sphinx extension module names here, as strings. They can be extensions
    23 # Add any Sphinx extension module names here, as strings. They can be extensions
    24 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    24 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    25 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo']
    25 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.inheritance_diagram', 'sphinx.ext.viewcode']
    26 
    26 
    27 # Add any paths that contain templates here, relative to this directory.
    27 # Add any paths that contain templates here, relative to this directory.
    28 templates_path = ['_templates']
    28 templates_path = ['_templates']
    29 
    29 
    30 # The suffix of source filenames.
    30 # The suffix of source filenames.