X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/fef39b8aafb44c2bd39e954b4c77affafd4e4e9d..e8b51a396d27271aa8b8d06724a21dbe2f0ac895:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index d41e6e0..b1329ba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,6 +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. +sys.path.append(os.path.abspath(os.path.dirname(__file__))) sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "_ext"))) sys.path.append(os.path.abspath(os.path.dirname(os.path.dirname(__file__))))