Skip to content

Commit b039604

Browse files
Debian Science Teamrebecca-palmer
authored andcommitted
Allow building docs with Sphinx 7
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com> Bug-Debian: https://bugs.debian.org/1042672 Forwarded: pandas-dev/pandas#54653 Gbp-Pq: Name sphinx7_compat.patch
1 parent 47ad8dd commit b039604

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/_templates/pandas_footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<p class="copyright">
2-
&copy {{copyright}} pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVHcloud</a>.
2+
&copy {{copyright}}pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVHcloud</a>.
33
</p>

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
# General information about the project.
163163
project = "pandas"
164164
# We have our custom "pandas_footer.html" template, using copyright for the current year
165-
copyright = f"{datetime.now().year}"
165+
copyright = f"{datetime.now().year} "
166166

167167
# The version info for the project you're documenting, acts as replacement for
168168
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)