From a9ed9bbaceb742554b9f450a642612805c999b13 Mon Sep 17 00:00:00 2001 From: Silke Schomann Date: Wed, 9 Oct 2024 15:30:58 +0100 Subject: [PATCH] Revert modified directory --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1d791c32..7b950fbf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,8 +18,8 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. #sys.path.insert(0, os.path.abspath('../../src')) -sys.path.insert(0, os.path.abspath(os.path.join("../../src", "mslice"))) - +sys.path.insert(0, os.path.abspath(os.path.join("../..", "src"))) +print(sys.path) from mslice import version_info # -- General configuration ------------------------------------------------