Added path higher

This commit is contained in:
Alan Saul 2013-01-31 14:18:00 +00:00
parent 4537be65d8
commit 1911f85c4b

View file

@ -111,6 +111,7 @@ import sys, os
#else:
#return Mock()
sys.path.append("../GPy")
import mock
MOCK_MODULES = ['pylab', 'matplotlib']#'matplotlib', 'matplotlib.color', 'matplotlib.pyplot', 'pylab' ]
@ -120,7 +121,7 @@ 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.
#sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('..'))
# If your extensions are in another directory, add it here. If the directory
# is relative to the documentation root, use os.path.abspath to make it