From db30fd28b862c3972c8a0e14a992f5b8b5b4bba6 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Fri, 8 Apr 2016 08:00:05 +0100 Subject: [PATCH] [doc] readthedocs strangeness --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 35c71635..d489c7a9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -21,8 +21,8 @@ import shlex # documentation root, use os.path.abspath to make it absolute, like shown here. #for p in os.walk('../../GPy'): # sys.path.append(p[0]) -#sys.path.insert(0, os.path.abspath('../../')) -sys.path.insert(0, os.path.abspath('../../GPy/')) +sys.path.insert(0, os.path.abspath('../../')) +#sys.path.insert(0, os.path.abspath('../../GPy/')) on_rtd = os.environ.get('READTHEDOCS', None) == 'True'