From 72c1604ea0e7e908ca07ebf5878b0f2b1b9583a5 Mon Sep 17 00:00:00 2001 From: wls2002 Date: Mon, 17 Feb 2025 17:12:22 +0800 Subject: [PATCH] upodate conf.py in doc --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 166679f..715a917 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,6 @@ import os import sys -script_dir = os.path.dirname(os.path.abspath(__file__)) -sys.path.insert(0, os.path.join(script_dir, '..', 'src')) +sys.path.insert(0, os.path.abspath('../src')) # Configuration file for the Sphinx documentation builder. #