From c77f123d8ad730c609d140e4c8cd7c97166f4d00 Mon Sep 17 00:00:00 2001 From: Frederik Berlaen Date: Mon, 4 Dec 2023 12:25:08 +0100 Subject: [PATCH] add defcon in the rtd sys path --- documentation/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/source/conf.py b/documentation/source/conf.py index 17fcca90..a1aad0a9 100644 --- a/documentation/source/conf.py +++ b/documentation/source/conf.py @@ -19,7 +19,8 @@ # If your extensions are in another directory, add it here. If the directory # is relative to the documentation root, use os.path.abspath to make it # absolute, like shown here. -#sys.path.append(os.path.abspath('.')) + +sys.path.insert(0, os.path.abspath('../../Lib')) # General configuration # ---------------------