commit | c105a550666cdeb3ce35970fbf4e1ad31bae9edb | [log] [tgz] |
---|---|---|
author | Laurens Van Houtven <_@lvh.cc> | Tue Jun 17 15:31:46 2014 +0200 |
committer | Laurens Van Houtven <_@lvh.cc> | Tue Jun 17 15:31:46 2014 +0200 |
tree | 389b563922d40894d0bb2b972a81cc45f382e158 | |
parent | 1110bc91457b410d0799285c1f8cb0e7bf43b68b [diff] [blame] |
Add autodoc to sphinx extensions
diff --git a/doc/conf.py b/doc/conf.py index d9c9a67..5dc2bd9 100644 --- a/doc/conf.py +++ b/doc/conf.py
@@ -28,7 +28,7 @@ # 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']