summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2025-01-16 17:09:43 +1100
committerDamien George <damien@micropython.org>2025-01-22 18:25:20 +1100
commit1100aa63c908f60d03fa5b1d1b3abae3a53050f8 (patch)
tree6bc3813e2c15ef2dafb32998f901e8d0e6da9db8 /docs/conf.py
parent87f04d5935ef4e190873f4f31afdc25a58647976 (diff)
LICENSE,docs: Update copyright year range to include 2025.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-xdocs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e5c6ba980..eb6148758 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -71,7 +71,7 @@ master_doc = "index"
# General information about the project.
project = "MicroPython"
-copyright = "- The MicroPython Documentation is Copyright © 2014-2024, " + micropy_authors
+copyright = "- The MicroPython Documentation is Copyright © 2014-2025, " + micropy_authors
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the