From fc4a0e6c7a0bc9fc078400bc8310008b38a14e7a Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Tue, 24 Dec 2019 17:08:36 -0500 Subject: Minor changes to docstrings. --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/conf.py') 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'] -- cgit v1.2.3