aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwking <wking@thialfi>2010-06-22 09:58:38 -0400
committerwking <wking@thialfi>2010-06-22 09:58:38 -0400
commit2d757a30f5c29d87ce5ebc4311b15f9c4fc6c4b4 (patch)
tree1b69cd351c9a51529eb8dcbc348698127a3446c3
parentd376c2867fb0285577a5437996bc41790fa7f964 (diff)
downloadbugseverywhere-2d757a30f5c29d87ce5ebc4311b15f9c4fc6c4b4.tar.gz
Use Sphinx autosummary (required by numpydoc)
-rw-r--r--doc/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 757211c..371480e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -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.