From a6db6873e10c804188b1f0a4d1420efbdebf74a0 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Tue, 28 Jan 2025 09:26:28 +0100 Subject: [PATCH] remove old path of the shared resources --- src/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index 9df2d5b5..5f13b981 100644 --- a/src/conf.py +++ b/src/conf.py @@ -7,7 +7,6 @@ import sys sys.path.append(os.path.abspath("../exts")) -sys.path.append(os.path.abspath("../shared/exts")) # -- Project information -----------------------------------------------------