diff --git a/docs/source/conf.py b/docs/source/conf.py index 78e76f88cf465d5d9589077f90b9254de20b5ee4..9cdceeb7fa4d766e7ae0dd4e4bbfd320f48f20f0 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',