X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fconf.py;h=d4040d07fe8b08b6406584bdb7f51586b76cb245;hb=789124aae8798173ffa1711c4851e83b4b4f976a;hp=2b847f1b0ecc243ccd4c63ff9c24c750bcd7aa1a;hpb=dd2a18ade8d2cdbd3111c4eb01cf95f4a631f8a7;p=mpd-sima.git diff --git a/doc/source/conf.py b/doc/source/conf.py index 2b847f1..d4040d0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -13,14 +13,13 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys -import 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.insert(0, os.path.abspath('.')) +import os +import sys +sys.path.insert(0, os.path.abspath('../../')) from sima.info import __author__ # -- General configuration ------------------------------------------------