diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-07-23 18:47:40 +0200 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-07-23 18:47:40 +0200 |
commit | 0dc8fcadb96ee2cdb98f7f632e669b8beb3a7bb7 (patch) | |
tree | d59cfacd172d33ba5ad4098dead034a1caab2341 /docs/fr/conf.py | |
parent | eb998fc806ce164a0bfad5d635e39ad3e205fc83 (diff) | |
download | Chimère-0dc8fcadb96ee2cdb98f7f632e669b8beb3a7bb7.tar.bz2 Chimère-0dc8fcadb96ee2cdb98f7f632e669b8beb3a7bb7.zip |
Update documentation
Diffstat (limited to 'docs/fr/conf.py')
-rw-r--r-- | docs/fr/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/fr/conf.py b/docs/fr/conf.py index f1ad157..77039d8 100644 --- a/docs/fr/conf.py +++ b/docs/fr/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'Chimère' -copyright = u'2012, Étienne Loks' +copyright = u'2017, Étienne Loks, Valérie-Emma Leroux' # 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 = '2.0' +version = '3.0' # The full version, including alpha/beta/rc tags. -release = '2.0' +release = '3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |