diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-12-06 20:50:16 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-12-06 20:50:16 +0100 | 
| commit | d69f934044a306a17dd4e24a79aaad58fc84ef25 (patch) | |
| tree | 063b9f0545919d62e21a846fd2822926fe070fb7 /docs/fr/conf.py | |
| parent | 154e29c852e9a0caa43fe630e9f1c70d1a833e87 (diff) | |
| download | Chimère-d69f934044a306a17dd4e24a79aaad58fc84ef25.tar.bz2 Chimère-d69f934044a306a17dd4e24a79aaad58fc84ef25.zip | |
Documentation: syntax fix and config for french documentation
Diffstat (limited to 'docs/fr/conf.py')
| -rw-r--r-- | docs/fr/conf.py | 8 | 
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'),  ] | 
