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-04-16 16:38:32 +0200
commit02713e5dab4a3abcef3e89bd9bf4febeea271ffa (patch)
tree26e997864cb0e50af15c78126642f2277e48efbb /docs/fr/source/conf.py
parentf4f482cd4074898f5344a3a078e27800bbd060fd (diff)
downloadIshtar-02713e5dab4a3abcef3e89bd9bf4febeea271ffa.tar.bz2
Ishtar-02713e5dab4a3abcef3e89bd9bf4febeea271ffa.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)
]