Remove the auto-generated copyright years from the docs footer. (#6322)

This commit is contained in:
Andrey Rakhmatullin 2024-04-29 12:39:22 +05:00 committed by Adrián Chaves
parent b25f34df69
commit 454bd13a8d
1 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@
# serve to show the default.
import sys
from datetime import datetime
from pathlib import Path
# If your extensions are in another directory, add it here. If the directory
@ -48,7 +47,7 @@ master_doc = "index"
# General information about the project.
project = "Scrapy"
copyright = f"2008{datetime.now().year}, Scrapy developers"
copyright = "Scrapy developers"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the