From 629fa8eb967eb247e22fb5679e511e8fb8166989 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 3 Jan 2026 20:11:21 +0700 Subject: [PATCH] changed copyright year --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 21558432d2..d8dd628153 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -212,7 +212,7 @@ def run_util(filename, run_name="__main__", init_globals=None): # General information about the project. project = "Python Arcade Library" -copyright = "2025, Paul Vincent Craven" +copyright = "2026, Paul Vincent Craven" author = "Paul Vincent Craven" # The version info for the project you're documenting, acts as replacement for