diff options
Diffstat (limited to 'docs/fr/source')
| -rw-r--r-- | docs/fr/source/conf.py | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/fr/source/conf.py b/docs/fr/source/conf.py index 20bcfe1d0..a9b5a272b 100644 --- a/docs/fr/source/conf.py +++ b/docs/fr/source/conf.py @@ -41,16 +41,16 @@ master_doc = 'index'  # General information about the project.  project = u'Ishtar' -copyright = u'2016, Iggdrasil' +copyright = u'2018, Ishtar community'  # The version info for the project you're documenting, acts as replacement for  # |version| and |release|, also used in various other places throughout the  # built documents.  #  # The short X.Y version. -version = '0.95' +version = '2.1'  # The full version, including alpha/beta/rc tags. -release = '0.95.2' +release = '2.1-dev-10'  # The language for content autogenerated by Sphinx. Refer to documentation  # for a list of supported languages. @@ -179,7 +179,7 @@ htmlhelp_basename = 'Ishtardoc'  # (source start file, target name, title, author, documentclass [howto/manual]).  latex_documents = [    ('index', 'Ishtar.tex', u'Ishtar Documentation', -   u'Étienne Loks', 'manual'), +   u'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 | 
