diff --git a/docs/source/conf.py b/docs/source/conf.py index 6777cf18..e871984b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,8 +20,9 @@ # documentation root, use os.path.abspath to make it absolute, like shown here. #sys.path.insert(0, os.path.abspath('.')) -sys.path.insert(0, '/Users/dganguli/src/pydruid/') -sys.path.insert(0, '/Users/dganguli/src/pydruid/pydruid') +sys.path.insert(0, os.path.abspath('../../pydruid')) +sys.path.insert(0, os.path.abspath('../../pydruid/pydruid')) + # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here.