From e8c1a3da8d98f09a1b455d6eebe17c1345e7bfbc Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 6 Sep 2024 10:58:24 +0200 Subject: Update to Alpine 3.20 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Please note that it also updates python to 3.12. Change-Id: I715194304b37b9cd52affa998a94ba5ec52e7732 Signed-off-by: Cédric Ollivier --- api/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'api/conf.py') diff --git a/api/conf.py b/api/conf.py index 1f6645fd..f3c5c796 100644 --- a/api/conf.py +++ b/api/conf.py @@ -16,9 +16,9 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # -# import os -# import sys -# sys.path.insert(0, os.path.abspath('.')) +import os +import sys +sys.path.insert(0, os.path.abspath('..')) # -- General configuration ------------------------------------------------ -- cgit 1.2.3-korg