summaryrefslogtreecommitdiff
path: root/docs/fr/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fr/conf.py')
-rw-r--r--docs/fr/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/fr/conf.py b/docs/fr/conf.py
index 6a0724e..f1ad157 100644
--- a/docs/fr/conf.py
+++ b/docs/fr/conf.py
@@ -54,7 +54,7 @@ release = '2.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
-#language = None
+language = 'fr'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
@@ -103,7 +103,7 @@ html_theme = 'default'
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
-#html_title = None
+html_title = u"Documentation de Chimère"
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
@@ -164,7 +164,7 @@ html_static_path = ['static']
#html_file_suffix = None
# Output file base name for HTML help builder.
-htmlhelp_basename = 'Chimredoc'
+htmlhelp_basename = 'Chimeredoc'
# -- Options for LaTeX output --------------------------------------------------
@@ -178,7 +178,7 @@ htmlhelp_basename = 'Chimredoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'Chimre.tex', u'Documentation de Chimère',
+ ('index', 'Chimere.tex', u'Documentation de Chimère',
u'Étienne Loks', 'manual'),
]