diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-12-24 17:08:36 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-12-24 17:08:36 -0500 |
commit | fc4a0e6c7a0bc9fc078400bc8310008b38a14e7a (patch) | |
tree | 9af1367cfcb41843d36f82b67861fc88d59531e9 /doc/source/conf.py | |
parent | 3ecda287c84bbc05637b199e266f7c309ffc1b13 (diff) |
Minor changes to docstrings.
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index cd679b5..cbefe08 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -25,7 +25,7 @@ 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 = [] +extensions = ['sphinx.ext.autodoc'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |