docs: fix copyright footer
This commit is contained in:
parent
679432591e
commit
0978f66736
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ master_doc = 'index'
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Slixmpp'
|
project = u'Slixmpp'
|
||||||
year = datetime.datetime.now().year
|
year = datetime.datetime.now().year
|
||||||
copyright = u'{}, Nathan Fritz, Lance Stout'.format(year)
|
copyright = u'{}, Mathieu Pasquet, Maxime Buquet, Emmanuel Gil Peyrot, Florent Le Coz'.format(year)
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue