From 9fcba2415698882934732ee6e82c368b2f68ea48 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 18 Oct 2023 22:16:34 -0400 Subject: [PATCH] docs: it is 2023 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 94e4803..cbbba5b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,7 +88,7 @@ def get_version(*file_paths): # General information about the project. project = "Scriv" -copyright = "2019\N{EN DASH}2022, Ned Batchelder" +copyright = "2019\N{EN DASH}2023, Ned Batchelder" author = "Ned Batchelder" project_title = "scriv" documentation_title = f"{project_title}"