src/source/conf.py
branchdoc-dc
changeset 49 a33f67e15345
parent 48 ca7d05086e67
child 50 6ed429390935
equal deleted inserted replaced
48:ca7d05086e67 49:a33f67e15345
    68 # ones.
    68 # ones.
    69 extensions = [
    69 extensions = [
    70     'sphinx.ext.autodoc',
    70     'sphinx.ext.autodoc',
    71     'sphinx.ext.todo',
    71     'sphinx.ext.todo',
    72     'sphinx.ext.coverage',
    72     'sphinx.ext.coverage',
    73     'sphinx.ext.viewcode'
    73     'sphinx.ext.viewcode',
    74 ]
    74     'repoze.sphinx.autointerface',
       
    75 ]
       
    76 
       
    77 autoclass_content = 'both'
    75 
    78 
    76 # Add any paths that contain templates here, relative to this directory.
    79 # Add any paths that contain templates here, relative to this directory.
    77 templates_path = ['_templates']
    80 templates_path = ['_templates']
    78 
    81 
    79 # The suffix(es) of source filenames.
    82 # The suffix(es) of source filenames.