summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjvoisin2020-06-26 12:20:55 +0200
committerjvoisin2020-06-26 12:20:55 +0200
commitdc60430d1e472f8c18865411d6aa33b4b482e06f (patch)
treeb73f0c872912963acbd84474eb231ecfc793cbc4 /doc
parent3036425bba428fadb93b1301aa43c742b2c786eb (diff)
Fix the footer in the documentation wrt. copyright
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
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'
47 47
48# General information about the project. 48# General information about the project.
49project = u'Snuffleupagus' 49project = u'Snuffleupagus'
50copyright = u'%d, NBS System' % datetime.now().year 50copyright = u'2017-2018 NBS System, 2019-%d Julien (jvoisin) Voisin' % datetime.now().year
51author = u'Sebastien Blot & Julien Voisin' 51author = u'Sebastien Blot & Julien Voisin'
52 52
53# The version info for the project you're documenting, acts as replacement for 53# The version info for the project you're documenting, acts as replacement for