diff --git a/docs/conf.py b/docs/conf.py index 74d46c8..a0e3175 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,7 @@ # -- Use autoapi.extension to run sphinx-apidoc ------- -autoapi_dirs = ['../distance_explainer'] +autoapi_dirs = ['../src'] # -- Options for HTML output ----------------------------------------------