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.