Index: doc/conf.py =================================================================== diff -u -r16ace3160483993e52fc231fb1a9dbd00f3ab6e8 -r3b1e2dde20dee78ef33b273eb4124782785e8199 --- doc/conf.py (.../conf.py) (revision 16ace3160483993e52fc231fb1a9dbd00f3ab6e8) +++ doc/conf.py (.../conf.py) (revision 3b1e2dde20dee78ef33b273eb4124782785e8199) @@ -39,12 +39,12 @@ # If extensions (or modules to document with autodoc) are in another directory, # 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('../wflow-py/wflow/')) -#sys.path.insert(0, os.path.abspath('../wflow-py/')) -#sys.path.insert(0, os.path.abspath('../wflow-py/Scripts/')) +sys.path.insert(0, os.path.abspath('../wflow-py/wflow/')) +sys.path.insert(0, os.path.abspath('../wflow-py/')) +sys.path.insert(0, os.path.abspath('../wflow-py/Scripts/')) -#import wflow -#from wflow import * +import wflow +from wflow import * # -- General configuration -----------------------------------------------------