Index: doc/conf.py =================================================================== diff -u -rcc4ceb2227cadf844af98e32f674379057c31069 -r48ab999c609c498e4df488975bb4c47c4ca03b23 --- doc/conf.py (.../conf.py) (revision cc4ceb2227cadf844af98e32f674379057c31069) +++ doc/conf.py (.../conf.py) (revision 48ab999c609c498e4df488975bb4c47c4ca03b23) @@ -37,6 +37,7 @@ sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) + # 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. @@ -46,6 +47,7 @@ sys.path.insert(0, os.path.abspath('../wflow-py/Scripts/')) + import wflow