From cae3f16986e73d2dc9a245a52149d8aec1307ab2 Mon Sep 17 00:00:00 2001 From: rebecca-palmer Date: Fri, 22 Sep 2023 18:02:02 +0100 Subject: [PATCH] DOC: fix build failure with sphinx 7 and SOURCE_DATE_EPOCH (#54653) * DOC: fix build failure with sphinx 7 and SOURCE_DATE_EPOCH * DOC: address review comments --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index accbff596b12d..86d2494707ce2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -162,7 +162,7 @@ # General information about the project. project = "pandas" # We have our custom "pandas_footer.html" template, using copyright for the current year -copyright = f"{datetime.now().year}" +copyright = f"{datetime.now().year}," # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the