From 2e2054f7175f98cbb9f41545fd26bafc7c034cff Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 26 Oct 2023 17:04:23 +0200 Subject: 📝 Documentation fr: right management for imports 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 53f6c4427..b5ae63448 100644 --- a/docs/fr/source/conf.py +++ b/docs/fr/source/conf.py @@ -190,8 +190,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', u'Ishtar Documentation', - u'Yann Le Jeune - Valérie-Emma Leroux - Étienne Loks', 'manual'), + ('index', 'Ishtar.tex', 'Ishtar Documentation', + 'Yann Le Jeune - Valérie-Emma Leroux - Étienne Loks', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -223,6 +223,6 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'ishtar', u'Ishtar Documentation', - [u'Étienne Loks'], 1) + ('index', 'ishtar', 'Ishtar Documentation', + ['Étienne Loks'], 1) ] -- cgit v1.2.3