From 6e20abeaa61d911f2f24a638098dc526f234c22c Mon Sep 17 00:00:00 2001 From: Martin Schulz Date: Tue, 21 May 2024 09:30:14 +0200 Subject: [PATCH] fix CI --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 46809c59..7f881f55 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,6 +19,7 @@ curdir = dirname(__file__) sys.path.append(abspath(join(curdir, "..", "..", "mne_pipeline_hd"))) +sys.path.append(abspath(join(curdir, "..", "..", "mne_pipeline_hd", "gui"))) # -- Project information ----------------------------------------------------- project = "mne-pipeline-hd"