From 5987ffa977743e5fcf9796ba623b92cfa70444ea Mon Sep 17 00:00:00 2001 From: Shashank Mittal Date: Sun, 10 Mar 2024 16:00:00 +0530 Subject: [PATCH] autodoc fix Signed-off-by: Shashank Mittal --- 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 4521537d7..6fcf04c5b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,7 +18,7 @@ # import sphinx_rtd_theme -sys.path.insert(0, os.path.abspath("..")) +sys.path.insert(0, os.path.abspath("../../src")) # -- Project information -----------------------------------------------------