From 651629f34afb59e08cc9499ee5b7c485bc35744e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 6 Jun 2024 14:01:12 +0200 Subject: 📝 minor changes on documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/fr/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/fr/source/conf.py') diff --git a/docs/fr/source/conf.py b/docs/fr/source/conf.py index 80d231022..d79c6b455 100644 --- a/docs/fr/source/conf.py +++ b/docs/fr/source/conf.py @@ -15,11 +15,11 @@ import sys, os, datetime ISHTAR_PATH = os.path.abspath( - os.sep.join(__file__.split(os.sep)[:-1] + ["..", "..", ".."])) + os.sep.join(__file__.split(os.sep)[:-1] + ["..", "..", "..", "ishtar_common"])) sys.path.append(ISHTAR_PATH) -from ishtar_common.version import __version__ +from version import __version__ # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the -- cgit v1.2.3