From 7e20fd5ebb5f4d6e944a28ab8fed55ac2eda58d3 Mon Sep 17 00:00:00 2001 From: "Rebecca N. Palmer" Date: Sun, 20 Aug 2023 22:19:16 +0100 Subject: [PATCH 1/2] DOC: fix build failure with sphinx 7 and SOURCE_DATE_EPOCH --- doc/_templates/pandas_footer.html | 2 +- doc/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/_templates/pandas_footer.html b/doc/_templates/pandas_footer.html index 6d8caa4d6c741..6e8555e40869d 100644 --- a/doc/_templates/pandas_footer.html +++ b/doc/_templates/pandas_footer.html @@ -1,3 +1,3 @@ diff --git a/doc/source/conf.py b/doc/source/conf.py index accbff596b12d..7e85cd14b55a2 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 From 4bebf2a192805353af0c2c0808d0af4f17a3d4bb Mon Sep 17 00:00:00 2001 From: "Rebecca N. Palmer" Date: Fri, 22 Sep 2023 11:58:12 +0100 Subject: [PATCH 2/2] DOC: address review comments --- doc/_templates/pandas_footer.html | 2 +- doc/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/_templates/pandas_footer.html b/doc/_templates/pandas_footer.html index 6e8555e40869d..6d8caa4d6c741 100644 --- a/doc/_templates/pandas_footer.html +++ b/doc/_templates/pandas_footer.html @@ -1,3 +1,3 @@ diff --git a/doc/source/conf.py b/doc/source/conf.py index 7e85cd14b55a2..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