]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
doc: import ceph_deploy from ../.. 502/head
authorKefu Chai <tchaikov@gmail.com>
Fri, 18 Sep 2020 01:45:10 +0000 (09:45 +0800)
committerKefu Chai <tchaikov@gmail.com>
Fri, 18 Sep 2020 01:45:10 +0000 (09:45 +0800)
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
docs/source/conf.py

index b841234a292694637e33970b4224cafb0dd6e498..6f51c15c6c54374b749d500a8ff0e345723a7ac0 100644 (file)
@@ -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 ------------------------------------------------