diff options
author | Georg Brandl <georg@python.org> | 2009-10-08 09:14:01 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-10-08 09:14:01 +0200 |
commit | a51e3a4129d0f24a93d89d2bc053fd0192450257 (patch) | |
tree | be8fbc3ab03114674bffb00399b9b529e35bcbeb /doc/conf.py | |
parent | 521049d9a8af6ff0466cf9ad543f186b452f77ab (diff) | |
download | sphinx-git-a51e3a4129d0f24a93d89d2bc053fd0192450257.tar.gz |
Add missing extension.
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 e1a48aa20..be79c8f9b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -6,7 +6,8 @@ import sys, os, re # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.addons.*') or your custom ones. -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', + 'sphinx.ext.autosummary'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |