diff --git a/doc/source/conf.py b/doc/source/conf.py index 2fd718e4..97d4b35c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -17,8 +17,7 @@ import sys, os # 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. path = os.path.dirname(os.path.abspath(__file__)) -sys.path.insert(0, os.path.join(path, '..', '..', '..')) -print sys.path +sys.path.insert(0, os.path.join(path, '..', '..')) # -- General configuration -----------------------------------------------------