diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-06-28 10:20:21 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-06-28 10:20:21 -0400 |
commit | 155fb83c527bb0d9da46b322e9db2d70db74b5e4 (patch) | |
tree | dfdad41c21318d360225098645391ebb5d8a83a8 | |
parent | c8751b71dae20cfed819c2cebb0fe556146137d4 (diff) | |
download | qolab-155fb83c527bb0d9da46b322e9db2d70db74b5e4.tar.gz qolab-155fb83c527bb0d9da46b322e9db2d70db74b5e4.zip |
keep files generatated by autoapi (speeds up rebuilds)
-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 = [] |