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