summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 1bde7a083..c10c073c3 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -19,7 +19,8 @@ import time
# 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.append(os.path.abspath('../src/lib'))
+#sys.path.append(os.path.abspath('../src/lib'))
+sys.path.insert(0, os.path.abspath('../src/lib'))
# -- General configuration -----------------------------------------------------