From 543e97f06f2a41f7bad0236e2dcde6bbf142a1d8 Mon Sep 17 00:00:00 2001 From: mdevolde Date: Sat, 13 Jun 2026 15:22:09 +0200 Subject: [PATCH] docs(sphinx): fix copyright year --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 698a420..c048b02 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,7 +7,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "language_tool_python" -copyright = "2025, jxmorris12" +copyright = "2026, jxmorris12" # Keep in sync with LICENSE author = "jxmorris12" release = "3.4.0" # Keep in sync with pyproject.toml