diff options
Diffstat (limited to 'doc_generator')
-rw-r--r-- | doc_generator/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc_generator/conf.py b/doc_generator/conf.py index 9c74dc0..676f03a 100644 --- a/doc_generator/conf.py +++ b/doc_generator/conf.py @@ -25,6 +25,7 @@ extensions = [ 'sphinx_rtd_theme'] # extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary'] autoapi_dirs = ['../qolab'] +autoapi_keep_files = True templates_path = ['_templates'] exclude_patterns = [] |