From 6eb2e82f3c1d84c708acc3e596db4e4d58cba61e Mon Sep 17 00:00:00 2001 From: Kasimir Uihlein Date: Thu, 9 Jan 2025 09:04:16 +0100 Subject: [PATCH] Fix: incorrect display of year in footer && update author --- docs/source/conf.py | 4 ++-- docs/source/development_manual/contributing.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index afbc74a..c4c7f60 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,8 +12,8 @@ from sphinxawesome_theme import ThemeOptions project = 'Kompass' release = '2.0' -author = 'Christian Merten' -copyright = f'%Y, {author}' +author = 'The Kompass Team' +copyright = f'2025, {author}' # -- General configuration ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/source/development_manual/contributing.rst b/docs/source/development_manual/contributing.rst index f9cbd4f..dce0c53 100644 --- a/docs/source/development_manual/contributing.rst +++ b/docs/source/development_manual/contributing.rst @@ -36,7 +36,7 @@ is regularly reset to the ``main``-branch. Workflow -------- -- request a gitea account with Christian +- request a gitea account from the project maintainers - decide on an `issue `_ to work on or create a new one - branch out to an own branch (naming convention: ``/``) from the ``main``-branch - work on the issue and commit your changes