diff options
| author | Kevin Horn <kevin.horn@gmail.com> | 2013-02-19 21:20:32 -0600 |
|---|---|---|
| committer | Kevin Horn <kevin.horn@gmail.com> | 2013-02-19 21:20:32 -0600 |
| commit | 421d591fabfcdd3e6ae02e82e81dec481898c261 (patch) | |
| tree | 1cd9f83edabbcdd3f012f0e5fc7469c72d1e3da3 /docs/conf.py | |
| parent | a507337e387ca6ddc0b8e6dfe36a2a6e6d8e9962 (diff) | |
| download | wheel-git-421d591fabfcdd3e6ae02e82e81dec481898c261.tar.gz | |
Add automatic API file, and update conf.py and index.rst to account for it.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 982a6a1..62b1001 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ import sys, os, pkg_resources # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = [] +extensions = ['sphinx.ext.autodoc'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |
