branch | doc-dc |
changeset 49 | a33f67e15345 |
parent 48 | ca7d05086e67 |
child 50 | 6ed429390935 |
--- a/src/source/conf.py Thu Apr 12 14:08:01 2018 +0200 +++ b/src/source/conf.py Thu Apr 12 18:01:15 2018 +0200 @@ -70,9 +70,12 @@ 'sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage', - 'sphinx.ext.viewcode' + 'sphinx.ext.viewcode', + 'repoze.sphinx.autointerface', ] +autoclass_content = 'both' + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']