From 1993945ee06b3f517f4d82dcb170c4fc19d75b2b Mon Sep 17 00:00:00 2001 From: kalyan Date: Mon, 6 Nov 2023 23:13:46 +0530 Subject: [PATCH] fix Signed-off-by: kalyan --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index ea1c70897..63fc48e9d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,6 +22,7 @@ import os import sys + sys.path.insert(0, os.path.abspath("../../")) # -- Project information -----------------------------------------------------