diff options
| author | jvoisin | 2020-06-26 12:20:55 +0200 |
|---|---|---|
| committer | jvoisin | 2020-06-26 12:20:55 +0200 |
| commit | dc60430d1e472f8c18865411d6aa33b4b482e06f (patch) | |
| tree | b73f0c872912963acbd84474eb231ecfc793cbc4 /doc/source/conf.py | |
| parent | 3036425bba428fadb93b1301aa43c742b2c786eb (diff) | |
Fix the footer in the documentation wrt. copyright
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 2 |
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. |
| 49 | project = u'Snuffleupagus' | 49 | project = u'Snuffleupagus' |
| 50 | copyright = u'%d, NBS System' % datetime.now().year | 50 | copyright = u'2017-2018 NBS System, 2019-%d Julien (jvoisin) Voisin' % datetime.now().year |
| 51 | author = u'Sebastien Blot & Julien Voisin' | 51 | author = 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 |
