summaryrefslogtreecommitdiff
path: root/docs/fr/source/conf.py
diff options
context:
space:
mode:
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)
]