summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-02-08 23:11:08 +0100
committermathieui <mathieui@mathieui.net>2021-02-08 23:11:08 +0100
commit1c4e06d51028dc9cb93027b884191e58bd321f8e (patch)
treecc0b9c552e7f8d89f309e7f205a39d4f237f195e /docs/conf.py
parentb9e479f213fb761c928ce3fa4b6a20481fd49ec3 (diff)
parent80ee551acdb2c0548df4a2e08d501589a73a192a (diff)
downloadslixmpp-1c4e06d51028dc9cb93027b884191e58bd321f8e.tar.gz
slixmpp-1c4e06d51028dc9cb93027b884191e58bd321f8e.tar.bz2
slixmpp-1c4e06d51028dc9cb93027b884191e58bd321f8e.tar.xz
slixmpp-1c4e06d51028dc9cb93027b884191e58bd321f8e.zip
Merge branch 'muc-improvements-reloaded' into 'master'
Muc improvements reloaded See merge request poezio/slixmpp!123
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c68ac882..613864fa 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,7 +51,7 @@ master_doc = 'index'
# General information about the project.
project = u'Slixmpp'
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
# |version| and |release|, also used in various other places throughout the