From 3ef6232b6d1c11559b48acad17713e2604a8c7ab Mon Sep 17 00:00:00 2001 From: Carel van Niekerk <niekerk@hhu.de> Date: Fri, 5 Nov 2021 12:55:38 +0000 Subject: [PATCH] Update conf.py --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index fdffd08..3a182e9 100644 --- a/conf.py +++ b/conf.py @@ -77,7 +77,7 @@ master_doc = 'Docs/index' # General information about the project. project = 'PyDial3' -copyright = '2015-2019, Dialogue Systems Group, University of Cambridge, 2019-2020, Dialogue Systems and Machine Learning Group, Heinrich-Heine University Düsseldorf \n <a href="https://www.uni-duesseldorf.de/home/footer/datenschutz.html" target=_blank>Datenschutz</a> \n <a href="https://www.uni-duesseldorf.de/home/footer/impressum.html" target=_blank>Impressum</a>' +copyright = '2015-2019, Dialogue Systems Group, University of Cambridge, 2019-2021, Dialogue Systems and Machine Learning Group, Heinrich-Heine University Düsseldorf \n <a href="https://www.uni-duesseldorf.de/home/footer/datenschutz.html" target=_blank>Datenschutz</a> \n <a href="https://www.uni-duesseldorf.de/home/footer/impressum.html" target=_blank>Impressum</a>' author = 'Dialogue Systems Group, University of Cambridge, Dialogue Systems and Machine Learning Group, Heinrich-Heine University Düsseldorf' # The version info for the project you're documenting, acts as replacement for -- GitLab