diff options
Diffstat (limited to 'doc_generator')
-rw-r--r-- | doc_generator/conf.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc_generator/conf.py b/doc_generator/conf.py index 528cd72..b5041d1 100644 --- a/doc_generator/conf.py +++ b/doc_generator/conf.py @@ -18,13 +18,8 @@ release = "0.15" extensions = [ "autoapi.extension", - # 'sphinx.ext.autodoc', - # 'sphinx.ext.autosummary', - # 'sphinx.ext.viewcode', "sphinx.ext.napoleon", - "sphinx_rtd_theme", ] -# extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary'] autoapi_dirs = ["../qolab"] autoapi_keep_files = True @@ -32,7 +27,6 @@ templates_path = ["_templates"] exclude_patterns = [] sys.path.insert(0, os.path.abspath("..")) -# autosummary_generate = True autosummary_mock_imports = ["pandas", "universal_tsdb", "justpy", "ue9", "cachetools"] napoleon_google_docstring = True |