From 34fc34ef5022850d673e3b3cdd3a348d06e82d18 Mon Sep 17 00:00:00 2001 From: thomas kaster <thomas.kaster@llt.rwth-aachen.de> Date: Wed, 3 May 2023 11:37:05 +0200 Subject: [PATCH] update conf.py to exclude src --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3254de4..049aad2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ import sys sys.path.insert(0, os.path.abspath("..")) -import src +#import src # -- General configuration --------------------------------------------- -- GitLab