diff --git a/docsource/conf.py b/docsource/conf.py index d007f51..790c661 100644 --- a/docsource/conf.py +++ b/docsource/conf.py @@ -12,7 +12,7 @@ # import os import sys -sys.path.insert(0, os.path.abspath('../../inkycal')) +sys.path.insert(0, os.path.abspath('..')) master_doc = 'index' # -- Project information -----------------------------------------------------