diff options
| author | Tres Seaver <tseaver@palladion.com> | 2012-04-06 01:14:59 +0000 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2012-04-06 01:14:59 +0000 |
| commit | 19fbad31cabc0a21b3fb7b0fa443d85a96edee50 (patch) | |
| tree | 09cb76b1abcd796c88d83bd2447e2829f56c6b7f /docs | |
| parent | 791654f7b163cec69745df8ad89103daaebc637e (diff) | |
| download | zope-interface-19fbad31cabc0a21b3fb7b0fa443d85a96edee50.tar.gz | |
Include repoze.sphinx.autointerface for building docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 3e4ea0e..e596295 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,15 @@ import sys, os # 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.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode'] +extensions = [ + 'sphinx.ext.autodoc', + 'sphinx.ext.doctest', + 'sphinx.ext.intersphinx', + 'sphinx.ext.todo', + 'sphinx.ext.ifconfig', + 'sphinx.ext.viewcode', + 'repoze.sphinx.autointerface', +] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |
