Private
Public Access
2
0

pydocs: Fix sys.path for multi python because added python2 dir

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2016-06-24 14:21:55 +01:00
parent a54386c5d3
commit 50e1b568fb

View File

@@ -19,7 +19,7 @@ import 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, "@CMAKE_BINARY_DIR@/src/python")
sys.path.insert(0, "@CMAKE_BINARY_DIR@/src/python/python2")
# -- General configuration ------------------------------------------------