From ede363ceb83b2b1ec6abfd62e1125131cf0d5ef7 Mon Sep 17 00:00:00 2001 From: Sebastian Benthall Date: Sun, 9 Feb 2020 05:32:54 -0500 Subject: [PATCH] changing version and author in sphinx (#489) * changing version and author in sphinx * adding Econ-ARK team to copyright notice * 2020 Co-authored-by: Mridul Seth --- Documentation/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/conf.py b/Documentation/conf.py index f6d974c7b..a48157ac5 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -69,17 +69,17 @@ # General information about the project. project = u'HARK' -copyright = u'2016, TEMP' -author = u'TEMP' +copyright = u'2020, Econ-ARK team' +author = u'Econ-ARK team' # 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.97' +version = u'latest' # The full version, including alpha/beta/rc tags. -release = u'0.97' +release = u'latest' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.