Fix: incorrect display of year in footer && update author

pull/100/head
Kasimir Uihlein 11 months ago
parent 1b203f03a8
commit 6eb2e82f3c
Signed by: ku
GPG Key ID: 35A91042226BC51D

@ -12,8 +12,8 @@ from sphinxawesome_theme import ThemeOptions
project = 'Kompass' project = 'Kompass'
release = '2.0' release = '2.0'
author = 'Christian Merten' author = 'The Kompass Team'
copyright = f'%Y, {author}' copyright = f'2025, {author}'
# -- General configuration ----------------------------------------------------- # -- General configuration -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

@ -36,7 +36,7 @@ is regularly reset to the ``main``-branch.
Workflow Workflow
-------- --------
- request a gitea account with Christian - request a gitea account from the project maintainers
- decide on an `issue <https://git.jdav-hd.merten.dev/digitales/kompass/issues>`_ to work on or create a new one - decide on an `issue <https://git.jdav-hd.merten.dev/digitales/kompass/issues>`_ to work on or create a new one
- branch out to an own branch (naming convention: ``<username>/<feature>``) from the ``main``-branch - branch out to an own branch (naming convention: ``<username>/<feature>``) from the ``main``-branch
- work on the issue and commit your changes - work on the issue and commit your changes

Loading…
Cancel
Save