diff --git a/docs/conf.py b/docs/conf.py index a32a0d1..c7bd928 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ import os import sys -sys.path.insert(0, os.path.abspath('../../')) +sys.path.insert(0, os.path.abspath('../')) # -- Project information -----------------------------------------------------