mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
fix(docs): update copyright shown in footer
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
This commit is contained in:
2
conf.py
2
conf.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user