diff --git a/docs/source/conf.py b/docs/source/conf.py index 3deff7a..1899629 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,8 +9,9 @@ import os import sys -add_path = os.path.abspath("../../../report_creator") -sys.path.insert(0, add_path) +sys.path.insert(0, os.path.abspath("../../../report_creator")) +sys.path.insert(1, os.path.abspath("../../report_creator")) +sys.path.insert(2, os.path.abspath("../report_creator")) project = "report_creator"