ref: 562e9080d06abb5b6c1c25acf79794adeaf01b92
parent: 025d8cddec53cb5a1c52cfccbc865a47e4b810db
author: Paul Brossier <piem@piem.org>
date: Fri Dec 16 08:01:49 EST 2016
doc/conf.py: remove hardcoded path
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -16,7 +16,7 @@
# 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 -----------------------------------------------------
--
⑨