From b0f0034af18e875898028558bc7ebbc6f67ff879 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 17 Aug 2025 12:58:55 +0200 Subject: [PATCH] Fix for additional module dependencies --- templates/conf.py.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/conf.py.tpl b/templates/conf.py.tpl index 2c4881b..4a04797 100644 --- a/templates/conf.py.tpl +++ b/templates/conf.py.tpl @@ -14,6 +14,7 @@ # import os import sys +sys.path.insert(0, os.path.abspath('.')) sys.path.insert(0, os.path.abspath('pylibs'))