diff --git a/templates/conf.py.tpl b/templates/conf.py.tpl index 2c4881b..4a04797 100644 --- a/templates/conf.py.tpl +++ b/templates/conf.py.tpl @@ -14,6 +14,7 @@ # import os import sys +sys.path.insert(0, os.path.abspath('.')) sys.path.insert(0, os.path.abspath('pylibs'))