Skip to content

Commit

Permalink
substituting relative paths for local paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Igal Levy committed Apr 7, 2014
1 parent 752772d commit af7c90f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit af7c90f

Please sign in to comment.