Skip to content

Commit

Permalink
changed sys path for autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
decarlof committed Dec 1, 2016
1 parent f689a7d commit 001bf11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
# 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.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))
#sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../..'))

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

Expand Down

0 comments on commit 001bf11

Please sign in to comment.