From b7f19040326076ab4e7b1644359e0fa771234766 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Tue, 13 Aug 2019 10:10:38 +0200 Subject: [PATCH] add authors and copyright for footer --- doc/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 0bbee5d3..260240f8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,17 +61,17 @@ master_doc = 'index' # General information about the project. project = u'PyPSA-Eur' -copyright = u'copyright statement' -author = u'authors' +copyright = u'Copyright 2017-2019 Jonas Hoersch (KIT, FIAS), Fabian Hofmann (FIAS), David Schlachtberger (FIAS), Tom Brown (KIT, FIAS); 2019 Fabian Neumann (KIT)' +author = u'Jonas Hoersch (KIT, FIAS), Fabian Hofmann (FIAS), David Schlachtberger (FIAS), Tom Brown (KIT, FIAS), Fabian Neumann (KIT)' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = u'0.0.1' +version = u'0.1.0' # The full version, including alpha/beta/rc tags. -release = u'0.0.1' +release = u'0.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.