Skip to content

Commit

Permalink
fix path in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoraleda committed Dec 21, 2016
1 parent f5bbc90 commit ab93bdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
# If extensions (or modules to document with autodoc) are in another directory,
# 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.insert(0, os.path.join(os.path.dirname(os.path.abspath('..')), 'python-sdk'))

sys.path.insert(0, os.path.abspath('..'))

# -- General configuration ------------------------------------------------

Expand Down

0 comments on commit ab93bdf

Please sign in to comment.