mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 22:36:24 +02:00
Added path higher
This commit is contained in:
parent
4537be65d8
commit
1911f85c4b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue