Add a test suite for autodoc.

This commit is contained in:
Georg Brandl
2008-08-04 19:39:05 +00:00
parent 408786e268
commit 00b30f6f65
5 changed files with 350 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ sys.path.append(os.path.abspath('.'))
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['ext']
extensions = ['ext', 'sphinx.ext.autodoc']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']