aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py.in
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-02-10 18:38:46 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:53:58 -0300
commitdae317b8314da6f0e594128b3b3fed01c448bbc9 (patch)
tree77120c6126e255a9eadce102df5ef3b02392ace6 /doc/conf.py.in
parentf5a70fbbc42fa7a6ac7a2644eb1ed2d8509bac5e (diff)
Fix bug 638 - "Documentation for phonon doesn't show class inheritance diagrams."
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 -----------------------------------------------------