From ac104b43c00c9f4d791080132a61a29a6b225724 Mon Sep 17 00:00:00 2001 From: "hao.long" Date: Mon, 17 Feb 2020 23:23:14 +0800 Subject: [PATCH] Fix build docs failed --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5d91014b..a29aa27f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ # Get the project root dir, which is the parent dir of this cwd = os.getcwd() -project_root = os.path.dirname(cwd) +project_root = os.path.join(os.path.dirname(cwd), 'src') # Insert the project root dir as the first element in the PYTHONPATH. # This lets us ensure that the source package is imported, and that its