diff --git a/docs/source/conf.py b/docs/source/conf.py index f6d6d635e29a7164b9833b839d554a4e72296234..d2b4374dd898e59bea1b4506fe7d3da7ab9e7d8f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,7 +14,10 @@ release = "0.0.55" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -extensions = [] +extensions = [ + 'sphinx.ext.autodoc', + 'sphinx.ext.autosummary', +] templates_path = ["_templates"] exclude_patterns = []