From 0272c0c88bb5f0904a74342fdcdb4224d1530826 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Tue, 7 May 2024 11:46:22 +0400 Subject: [PATCH] Remove the auto-generated copyright years from the docs footer. (#82) --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 862dde8..80d1e58 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,6 @@ # serve to show the default. import sys -from datetime import datetime from os import path import sphinx_rtd_theme @@ -50,7 +49,7 @@ # General information about the project. project = "itemloaders" -copyright = "2020–{}, Zyte Group Ltd".format(datetime.now().year) +copyright = "Zyte Group Ltd" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the