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'
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

@ -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 <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
- work on the issue and commit your changes

Loading…
Cancel
Save