Skip to content

Commit

Permalink
Add Python module directory to the path.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Sep 4, 2015
1 parent 4bfc8cd commit 3fbfcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_version():
# If your extensions are in another directory, add it 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('.'))
sys.path.append(os.path.abspath('../pyext'))

# General configuration
# ---------------------
Expand Down

0 comments on commit 3fbfcd2

Please sign in to comment.