From: Debian Science Team Date: Fri, 9 Feb 2024 20:48:14 +0000 (+0000) Subject: Allow building docs with Sphinx 7 X-Git-Tag: archive/raspbian/2.2.3+dfsg-7+rpi1~1^2^2^2^2^2^2^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b70a337457ef55c1dfdb8d1b703db58d48046af5;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