Use Sphinx autosummary (required by numpydoc)
[be.git] / doc / conf.py
index 757211c9311ab1bc344819830529af772e1e8809..371480eafaa25793a601e24737e2803fe7660be3 100644 (file)
@@ -25,7 +25,8 @@ import libbe.version
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.coverage',
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary',
+              'sphinx.ext.doctest', 'sphinx.ext.coverage',
               'numpydoc']
 
 # Add any paths that contain templates here, relative to this directory.