From e885a0715b21a23f3131ba26501916782514963f Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Fri, 6 Dec 2024 17:23:37 +1100 Subject: [PATCH] fix: upd path in config --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6175247f..a18a9407 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ import os import sys -sys.path.insert(0, os.path.abspath("../../")) +sys.path.insert(0, os.path.abspath("../..")) # -- Project information -----------------------------------------------------