From 72f9f242d759073ea44e09ebe906366a12ea712a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 21 Feb 2023 12:06:12 +0100 Subject: [PATCH] doc: fix trailing comma in authors Change-Id: Ie611a3258a5b1acbdcbdfa55aad5198c4613f647 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 0fdb17f..5ebdeb0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -58,7 +58,7 @@ master_doc = 'index' # General information about the project. project = 'Frappy' -copyright = '2017-2023, Enrico Faulhaber, Markus Zolliker,' +copyright = '2017-2023, Enrico Faulhaber, Markus Zolliker' #copyright = '2017, SECoP Committee' author = 'Enrico Faulhaber, Markus Zolliker'