From 1be1d7afc81559226747d568ed491d5a55150ff1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 14 May 2024 09:49:20 +0200 Subject: 📝 update generated documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/fr/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/fr/source/conf.py') diff --git a/docs/fr/source/conf.py b/docs/fr/source/conf.py index f2a8f8d6d..80d231022 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] + ["..", "..", "..", "ishtar_common"])) + os.sep.join(__file__.split(os.sep)[:-1] + ["..", "..", ".."])) sys.path.append(ISHTAR_PATH) -from version import __version__ +from ishtar_common.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 @@ -198,8 +198,8 @@ htmlhelp_basename = 'Ishtardoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'Ishtar.tex', 'Ishtar Documentation', - 'Yann Le Jeune - Valérie-Emma Leroux - Étienne Loks', 'manual'), + ('index', 'Ishtar.tex', 'Documentation Ishtar', + 'É. Loks - V.-E. Leroux - Y. Le Jeune - P. Pautrat', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of -- cgit v1.2.3