diff --git a/docs/_source/conf.py b/docs/_source/conf.py index 6363f57eb45e686f6f2ef8ab07806e4feba0fe2d..ac1131a008f5c95a62718def6046085294f6efba 100644 --- a/docs/_source/conf.py +++ b/docs/_source/conf.py @@ -55,7 +55,7 @@ extensions = [ autosummary_generate = True autoapi_type = 'python' -autoapi_dirs = ['../../src/.'] +autoapi_dirs = ['../../mlair/.'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']