From: wking Date: Tue, 22 Jun 2010 13:58:38 +0000 (-0400) Subject: Use Sphinx autosummary (required by numpydoc) X-Git-Tag: 1.0.0~58^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2d757a30f5c29d87ce5ebc4311b15f9c4fc6c4b4;p=be.git Use Sphinx autosummary (required by numpydoc) --- 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.