From dc60430d1e472f8c18865411d6aa33b4b482e06f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 26 Jun 2020 12:20:55 +0200 Subject: Fix the footer in the documentation wrt. copyright --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index 644af6e..6680e9a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,7 +47,7 @@ master_doc = 'index' # General information about the project. project = u'Snuffleupagus' -copyright = u'%d, NBS System' % datetime.now().year +copyright = u'2017-2018 NBS System, 2019-%d Julien (jvoisin) Voisin' % datetime.now().year author = u'Sebastien Blot & Julien Voisin' # The version info for the project you're documenting, acts as replacement for -- cgit v1.3