From 504511d21c42f61832d4efb93ffc1bd5a6123327 Mon Sep 17 00:00:00 2001 From: hyades Date: Fri, 23 Aug 2013 04:45:00 -0700 Subject: [PATCH] added paths to conf.py --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 0cb7f0d..ff93029 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,8 @@ # 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.append(os.path.abspath('../python-api')) +sys.path.append(os.path.abspath('../python-api/gstswitch')) # -- General configuration -----------------------------------------------------