From 487f32c95ede725fd1f2f2d70253633884772be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Nieto?= Date: Mon, 12 Feb 2018 19:09:07 +0100 Subject: [PATCH] fix bug in readthedocs sphinx conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 1911d4b..7133d05 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ # 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('../src/')) +sys.path.insert(0, os.path.abspath('../pyTSEB/')) # -- General configuration ----------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here.