summaryrefslogtreecommitdiff
path: root/src/cython/doc/conf.py
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-12 16:01:48 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-12 16:01:48 +0000
commitefd59bb9198c4c60a363505dd6fc71fc5b1d8ecd (patch)
treefa0089c6ca5df3e5e6457c4cef822fd16dd634ce /src/cython/doc/conf.py
parent5b6bebd9a8072d8998b0c741e5b40de0cfe5dc8e (diff)
gudhi.so is more in ../.. but in ..
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@1437 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: cc66d57288e7559774ea30f38679e4cd172235f1
Diffstat (limited to 'src/cython/doc/conf.py')
-rwxr-xr-xsrc/cython/doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/doc/conf.py b/src/cython/doc/conf.py
index bc138025..85b700a8 100755
--- a/src/cython/doc/conf.py
+++ b/src/cython/doc/conf.py
@@ -21,7 +21,7 @@ import os
#sys.path.insert(0, os.path.abspath('.'))
# Path to Gudhi.so from source path
-sys.path.insert(0, os.path.abspath('../..'))
+sys.path.insert(0, os.path.abspath('..'))
# -- General configuration ------------------------------------------------