diff options
| author | Sebastian Spaeth <sebastian@sspaeth.de> | 2010-03-17 11:45:13 +0100 |
|---|---|---|
| committer | Sebastian Spaeth <sebastian@sspaeth.de> | 2010-03-17 11:45:13 +0100 |
| commit | 06f627df92b644a73c07096bed716d406d4f649d (patch) | |
| tree | 7f95671226d100adeebf216d9d0a211caa653400 /docs/source/conf.py | |
| parent | b00c892c65ee57d6503b4bafe8fd666a6a274e47 (diff) | |
Improve source documentation
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 4d8be533..ee22837f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,6 +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 = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo'] +autoclass_content = "both" # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |
