equal
deleted
inserted
replaced
67 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
67 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
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 'repoze.sphinx.autointerface', |
74 'repoze.sphinx.autointerface', |
75 ] |
75 ] |
76 |
76 |
77 autoclass_content = 'both' |
77 autoclass_content = 'both' |
240 FieldProperty.__doc__ = property(get_field_doc) |
240 FieldProperty.__doc__ = property(get_field_doc) |
241 |
241 |
242 |
242 |
243 def setup(app): |
243 def setup(app): |
244 app.add_stylesheet('css/custom.css') |
244 app.add_stylesheet('css/custom.css') |
|
245 |