From f9625abe2e9f02f8c60b3a877c382829cb18bf05 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 18 Sep 2020 09:45:10 +0800 Subject: [PATCH] doc: import ceph_deploy from ../.. Signed-off-by: Kefu Chai --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b841234..6f51c15 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ import os # 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. sys.path.append(os.path.abspath('_themes')) -sys.path.insert(0, os.path.abspath('..')) +sys.path.insert(0, os.path.abspath('../..')) import ceph_deploy # -- General configuration ------------------------------------------------ -- 2.47.3