diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-02 13:43:06 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-02 13:43:06 +0200 | 
| commit | 491c2ebc9ee1578575931c727c1ba4b0ef18e1ba (patch) | |
| tree | 873576b9b6c713b79bf99d7676d413c8238b3582 /docs/fr/source | |
| parent | 6d2bfd4c4c20d77a93b77e9132086c3dc7081f44 (diff) | |
| download | Ishtar-491c2ebc9ee1578575931c727c1ba4b0ef18e1ba.tar.bz2 Ishtar-491c2ebc9ee1578575931c727c1ba4b0ef18e1ba.zip | |
Doc: update credit, version, date
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 | 
