From: Kefu Chai Date: Fri, 18 Sep 2020 01:45:10 +0000 (+0800) Subject: doc: import ceph_deploy from ../.. X-Git-Tag: v2.1.0~6^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F502%2Fhead;p=ceph-deploy.git doc: import ceph_deploy from ../.. Signed-off-by: Kefu Chai --- 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 ------------------------------------------------