From d4f25091782d8881739450b76f2d03bb671149e8 Mon Sep 17 00:00:00 2001 From: tqchen Date: Sun, 26 Jul 2015 12:43:49 -0700 Subject: [PATCH] ok --- doc/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 0a7302dc2..a640fcf31 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -30,8 +30,11 @@ sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) # 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.