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