From 4ebca3e7c9c51efc350873e680b362b504b5be97 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sat, 29 Feb 2020 11:26:41 +0100 Subject: [PATCH] Update copyright holder --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 80cbd510a..24652c538 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,8 +24,8 @@ django.setup() # -- Project information ----------------------------------------------------- project = 'AlekSIS' -copyright = '2019, 2020, AlekSIS team @ Teckids e.V.' -author = 'AlekSIS team @ Teckids e.V.' +copyright = '2019, 2020, AlekSIS team' +author = 'AlekSIS team' # The short X.Y version version = '2.0' @@ -138,7 +138,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'AlekSIS.tex', 'AlekSIS Documentation', - 'AlekSIS team @ Teckids e.V.', 'manual'), + 'AlekSIS team', 'manual'), ] -- GitLab