]> kaliko git repositories - mpd-sima.git/blobdiff - doc/source/conf.py
Fixed sphinx build
[mpd-sima.git] / doc / source / conf.py
index d051efa7ae7c0859b03726b22bc26bfedb089453..d4040d07fe8b08b6406584bdb7f51586b76cb245 100644 (file)
@@ -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 ------------------------------------------------