From 562e9080d06abb5b6c1c25acf79794adeaf01b92 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 16 Dec 2016 13:01:49 +0100 Subject: [PATCH] doc/conf.py: remove hardcoded path --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 88ffc51b..849abf52 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -16,7 +16,7 @@ import sys, os # 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('../../python/build/lib.macosx-10.6-intel-2.7')) +#sys.path.insert(0, os.path.abspath('../../python/build/...')) # -- General configuration ----------------------------------------------------- -- 2.11.0