summaryrefslogtreecommitdiff
path: root/docs/fr/source/conf.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-10-26 17:04:23 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-02-05 10:51:52 +0100
commit2e2054f7175f98cbb9f41545fd26bafc7c034cff (patch)
tree50d33f13114232d23c465b5bbe05598ea3777c02 /docs/fr/source/conf.py
parent5507389c115a472308beff61c0c3172509a9545c (diff)
downloadIshtar-2e2054f7175f98cbb9f41545fd26bafc7c034cff.tar.bz2
Ishtar-2e2054f7175f98cbb9f41545fd26bafc7c034cff.zip
📝 Documentation fr: right management for imports
Diffstat (limited to 'docs/fr/source/conf.py')
-rw-r--r--docs/fr/source/conf.py8
1 files changed, 4 insertions, 4 deletions
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)
]