Allow building docs with Sphinx 7
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sun, 21 Apr 2024 12:50:13 +0000 (13:50 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 21 Apr 2024 12:50:13 +0000 (13:50 +0100)
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
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
doc/source/conf.py

index 6d8caa4d6c741bdd07127a11760eceba60f0be0b..6e8555e40869d10653a0d888716bcb37385f7256 100644 (file)
@@ -1,3 +1,3 @@
 <p class="copyright">
-    &copy {{copyright}} pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVHcloud</a>.
+    &copy {{copyright}}pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVHcloud</a>.
 </p>
index ce67ee90ed470cc9e2d670c361072c27adcb224b..588a38248745496fce6e56046e411fbfb5f3d40f 100644 (file)
@@ -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