From 7cefc48cad6fe2a5e5321f579f22d0877578ee07 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Sun, 9 Oct 2022 14:12:30 +0800 Subject: [PATCH] tweaks --- doc/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 1874cb9..87a65b9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -13,7 +13,8 @@ import os import sys # . = /doc/source -sys.path.insert(0, os.path.abspath('./csst_common')) +sys.path.insert(0, os.path.abspath('./csst_common/')) +sys.path.insert(0, os.path.abspath('../../')) # -- Project information ----------------------------------------------------- -- GitLab