diff --git a/docs/conf.py b/docs/conf.py index 00f9bca75..824a35e52 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ # import os import sys -sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', 'hatchet')) +sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', '..', 'hatchet')) # -- Project information -----------------------------------------------------