Skip to content

Commit c7a7cd4

Browse files
authored
docs(sphinx): fix copyright year (jxmorris12#186)
1 parent 1cb1025 commit c7a7cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

99
project = "language_tool_python"
10-
copyright = "2025, jxmorris12"
10+
copyright = "2026, jxmorris12" # Keep in sync with LICENSE
1111
author = "jxmorris12"
1212
release = "3.4.0" # Keep in sync with pyproject.toml
1313

0 commit comments

Comments
 (0)