From 585dd31dcff54a04fef2398ae9d4ca072868acac Mon Sep 17 00:00:00 2001 From: Sicheng He Date: Thu, 29 Feb 2024 14:48:07 -0800 Subject: [PATCH] Update conf.py --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c6d71a1..8af0ecf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,8 +12,8 @@ # import os import sys -print(os.path.abspath('.')) -sys.path.insert(0, os.path.abspath('.')) +print(f"Add {os.path.abspath('../..')} to sys.path.") +sys.path.insert(0, os.path.abspath('../..')) # -- Project information -----------------------------------------------------