doc/conf.py: remove hardcoded path
authorPaul Brossier <piem@piem.org>
Fri, 16 Dec 2016 12:01:49 +0000 (13:01 +0100)
committerPaul Brossier <piem@piem.org>
Fri, 16 Dec 2016 12:01:49 +0000 (13:01 +0100)
doc/conf.py

index 88ffc51..849abf5 100644 (file)
@@ -16,7 +16,7 @@ import sys, 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.
 # 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, os.path.abspath('../../python/build/lib.macosx-10.6-intel-2.7'))
+#sys.path.insert(0, os.path.abspath('../../python/build/...'))
 
 # -- General configuration -----------------------------------------------------
 
 
 # -- General configuration -----------------------------------------------------