From fb20ea3e1678c0f5c2d038ab1978fe09f421932e Mon Sep 17 00:00:00 2001 From: Markus Cozowicz Date: Tue, 11 Jun 2024 13:43:26 +0000 Subject: [PATCH] fix source path --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c55d412f..8001986a 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('../../')) +sys.path.insert(0, os.path.abspath('../../src/')) # Configuration file for the Sphinx documentation builder. #