diff --git a/docs/conf.py b/docs/conf.py index c052473350e2e6f7771e5ece4456d35f7e25b61f..5dc32e82f4e08bc173d06b8db3133bd0222ceb83 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,6 +11,7 @@ author = 'Lukas Kugler' release = '2023.2.21' # -- General configuration +sys.path.insert(0, os.path.abspath('..')) sys.path.insert(0, os.path.abspath('../')) master_doc = 'index'