From b1d405be306ed11f52f40cb90c669681db867c44 Mon Sep 17 00:00:00 2001 From: ThomasBouche <53937041+ThomasBouche@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:02:59 +0100 Subject: [PATCH] hotfix compilation doc --- 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 843130a..b7833af 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,7 +7,7 @@ import subprocess import sys -sys.path.insert(0, "..") +sys.path.insert(0, "../..") import eurybia # E402