summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-02-16 11:16:59 +0100
committerBen Fuhrmannek2021-02-16 11:16:59 +0100
commit5484bcb5eb2714e7438927e2566c86a74d7c51af (patch)
treeb78326d2999397be4c08e06b23209981f82a4ea9 /doc/source/conf.py
parent7ac1e3866ef4f146c6c93a5ca13b9aebb14e936a (diff)
parentcecfdd808da67be908dbe7144cc8c74dfb3f855e (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 644af6e..a150403 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
@@ -57,7 +57,7 @@ author = u'Sebastien Blot & Julien Voisin'
57# The short X.Y version. 57# The short X.Y version.
58version = u'0.1' 58version = u'0.1'
59# The full version, including alpha/beta/rc tags. 59# The full version, including alpha/beta/rc tags.
60release = u'beta' 60release = u'stable'
61 61
62# The language for content autogenerated by Sphinx. Refer to documentation 62# The language for content autogenerated by Sphinx. Refer to documentation
63# for a list of supported languages. 63# for a list of supported languages.