From fbbe819019afdc629eba6637293d0474d9acd375 Mon Sep 17 00:00:00 2001 From: HaoHuiZhang <97244184+ZhangStudyHard@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:32:39 +0800 Subject: [PATCH] Update conf.py --- 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 f39a73b..18c6e0b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,7 +12,7 @@ # import os import sys -sys.path.insert(0, os.path.abspath('tools/')) +sys.path.insert(0, os.path.abspath('tools')) # sys.path.insert(0, os.path.abspath("../../scbean")) #root_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..")) # root_dir = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))