From 74ab54ef469b2dc3ee6dee1049c6e07212bc7abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 10 Oct 2014 23:39:41 +0200 Subject: [PATCH] add licence to footer and correct project name --- source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/conf.py b/source/conf.py index e365b8215..7a8f2a9a9 100644 --- a/source/conf.py +++ b/source/conf.py @@ -48,8 +48,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = 'chill-doc' -copyright = '2014, Champs-Libres' +project = 'Chill Documentation' +copyright = '2014, Champs-Libres, published under the terms of the GNU Free Documentation License, Version 1.3' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -58,7 +58,7 @@ copyright = '2014, Champs-Libres' # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.0' +release = '1.0.0ALPHA' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.