diff options
author | W. Trevor King <wking@drexel.edu> | 2010-02-06 16:53:57 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-02-06 16:53:57 -0500 |
commit | 413626d3b77e9bf89389a272ed489da29f3d9877 (patch) | |
tree | 1595551db2db9f590f2bf36dfbae305a1e616c40 /doc/conf.py | |
parent | 4c71190ebafd7ce198a5c0047588c4b2f7e5ef58 (diff) | |
download | bugseverywhere-413626d3b77e9bf89389a272ed489da29f3d9877.tar.gz |
Use numpydoc and generate-libbe-txt.py to autogenerate API documentation
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index ea03b08..1090a28 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.doctest', 'sphinx.ext.coverage', + 'numpydoc'] # Add any paths that contain templates here, relative to this directory. templates_path = ['.templates'] |