Skip to content
Snippets Groups Projects
Commit fc5c0bdc authored by lkugler's avatar lkugler
Browse files

.

parent ec0ffbe6
No related branches found
No related tags found
No related merge requests found
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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment