From 11573b0f6917bef6648c91392fae6a7fec52d330 Mon Sep 17 00:00:00 2001 From: Qian Chu <97355086+qian-chu@users.noreply.github.com> Date: Sat, 28 Dec 2024 18:11:49 +0100 Subject: [PATCH] Make use of %Y --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 3f2b197..a26b486 100644 --- a/source/conf.py +++ b/source/conf.py @@ -7,7 +7,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "PyNeon" -copyright = "2024, PyNeon developers" +copyright = "2024-%Y, PyNeon developers" author = "PyNeon developers" release = "dev"