From b039604a4a499273ddc2ee73f377dc5c3b40752a Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Sun, 21 Apr 2024 13:50:13 +0100 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 @@ master_doc = "index" # 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 -- 2.30.2