aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py.in')
-rw-r--r--doc/conf.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in
index b98412650..c7510b48a 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -17,6 +17,7 @@ import sys, os
# 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('@CMAKE_CURRENT_SOURCE_DIR@')
+sys.path.append('@pyside_BINARY_DIR@')
# -- General configuration -----------------------------------------------------