From fc5c0bdc50922b6ebe90077320161e03121cea15 Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@gmail.com>
Date: Wed, 22 Feb 2023 09:32:00 +0100
Subject: [PATCH] .

---
 docs/source/conf.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 78e76f8..9cdceeb 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -1,6 +1,6 @@
 import os
 import sys
-sys.path.insert(0, os.path.abspath('../../'))
+
 # Configuration file for the Sphinx documentation builder.
 
 # -- Project information
@@ -11,6 +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('../../dartwrf/'))
 
 extensions = [
     'sphinx.ext.duration',
-- 
GitLab