From 5000c8301a0acb7157c2efb13708de934bbd0189 Mon Sep 17 00:00:00 2001
From: Karl Heggenberger <khegg@cajalg001.wb.mpcdf.mpg.de>
Date: Thu, 18 May 2023 20:36:22 +0200
Subject: [PATCH] added . in footnote

---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index bb46fc28..7c11c959 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -70,7 +70,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'SyConn2'
-copyright = u'2023, SyConn team'
+copyright = u'2023, SyConn team.'
 author = u'Philipp Schubert, Jörgen Kornfeld'
 
 # The version info for the project you're documenting, acts as replacement for
-- 
GitLab