Skip to content

Commit 8f3742d

Browse files
author
xopherw
committed
same thing
1 parent bf205ce commit 8f3742d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,9 @@
246246
switcher_version = ".".join(version.split(".")[:2])
247247

248248
# We have our custom "pandas_footer.html" template, using copyright for the current year
249-
copyright = Markup(f"{datetime.now().year}, pandas via <a href=\"https://numfocus.org\">NumFOCUS, Inc.</a> Hosted by <a href=\"https://www.ovhcloud.com\">OVHcloud</a>")
249+
copyright = Markup(f"{datetime.now().year}, pandas via "
250+
"<a href=\"https://numfocus.org\">NumFOCUS, Inc</a>. "
251+
"Hosted by <a href=\"https://www.ovhcloud.com\">OVHcloud</a>")
250252

251253
html_theme_options = {
252254
"footer_start": ["copyright"],

0 commit comments

Comments
 (0)