From fbc4b573fd0dae41c98bda4e311891bda3d08722 Mon Sep 17 00:00:00 2001 From: darrylong Date: Tue, 31 Oct 2023 20:56:27 +0800 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 648a4b13c..f00cb153d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,9 +12,9 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # -# import os -# import sys -# sys.path.insert(0, os.path.abspath('.')) +import os +import sys +sys.path.append(os.path.abspath('../..')) # -- Project information -----------------------------------------------------