Index: doc/conf.py =================================================================== diff -u -r88542a30670f441872d6c5f35c041e2e253127a1 -r0593ee55c602b6e1300bda1b40659a53edad2067 --- doc/conf.py (.../conf.py) (revision 88542a30670f441872d6c5f35c041e2e253127a1) +++ doc/conf.py (.../conf.py) (revision 0593ee55c602b6e1300bda1b40659a53edad2067) @@ -11,8 +11,7 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import wflow -from wflow import * + import sys, os #import sphinx_rtd_theme @@ -25,8 +24,12 @@ # 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/')) +import wflow +from wflow import * + # -- General configuration ----------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here.