equal
deleted
inserted
replaced
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. |