add licence to footer and correct project name

This commit is contained in:
Julien Fastré 2014-10-10 23:39:41 +02:00
parent 6a5207597b
commit 74ab54ef46

View File

@ -48,8 +48,8 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = 'chill-doc' project = 'Chill Documentation'
copyright = '2014, Champs-Libres' 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 # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
@ -58,7 +58,7 @@ copyright = '2014, Champs-Libres'
# The short X.Y version. # The short X.Y version.
version = '1.0' version = '1.0'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.