X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fconf.py;h=d4040d07fe8b08b6406584bdb7f51586b76cb245;hb=e4f642e20348dab3523316157dafdd609fa32455;hp=d051efa7ae7c0859b03726b22bc26bfedb089453;hpb=8cde5a5e329e5f60bb6847a819ff9eae2e063014;p=mpd-sima.git diff --git a/doc/source/conf.py b/doc/source/conf.py index d051efa..d4040d0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -17,6 +17,9 @@ # 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('.')) +import os +import sys +sys.path.insert(0, os.path.abspath('../../')) from sima.info import __author__ # -- General configuration ------------------------------------------------