From: Debian Science Team Date: Sun, 21 Apr 2024 12:50:13 +0000 (+0100) Subject: Allow building docs with Sphinx 7 X-Git-Tag: archive/raspbian/2.2.3+dfsg-7+rpi1~1^2^2^2^2^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b039604a4a499273ddc2ee73f377dc5c3b40752a;p=pandas.git 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 --- 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