Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Jul 26, 2015
1 parent cdf401a commit d4f2509
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/conf.py
Expand Up @@ -30,8 +30,11 @@ def __getattr__(cls, name):
# 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.
curr_path = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
libpath=os.path.join(curr_path, '../wrapper/')
sys.path.insert(0, os.path.join(curr_path, '../wrapper/'))

sys.stderr.write(str(os.listdir(libpath))+'\n')

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

# General information about the project.
Expand Down

0 comments on commit d4f2509

Please sign in to comment.