From 8ec57f9ededf81bc0c238afebfadffd713d8686b Mon Sep 17 00:00:00 2001 From: lukas leufen <l.leufen@fz-juelich.de> Date: Tue, 30 Jun 2020 18:23:44 +0200 Subject: [PATCH] conf.py still referred to old style src --- docs/_source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_source/conf.py b/docs/_source/conf.py index 6363f57e..ac1131a0 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'] -- GitLab