From d802835858837371b4d1330139017635ad73ba63 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Tue, 11 Jun 2024 12:51:47 +0000 Subject: [PATCH] Allow building docs with Sphinx 7 Author: Rebecca N. Palmer Bug-Debian: https://bugs.debian.org/1042672 Forwarded: https://github.com/pandas-dev/pandas/pull/54653 Gbp-Pq: Name sphinx7_compat.patch --- 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 6d8caa4d..6e8555e4 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 ce67ee90..588a3824 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