fix(docs): update copyright shown in footer

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
This commit is contained in:
Josh Richards
2025-09-01 09:50:16 -04:00
parent 4c0dfa1fa2
commit 9b2d148b80

View File

@@ -13,7 +13,7 @@ os.environ["READTHEDOCS"] = "True"
extensions = ['sphinx_rtd_theme', 'sphinx_rtd_dark_mode', 'sphinx_copybutton', 'sphinxcontrib.mermaid']
# General information about the project.
copyright = str(now.year) + ' Nextcloud GmbH'
copyright = '2016-' + str(now.year) + ' Nextcloud GmbH and Nextcloud contibutors'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the