You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/conf.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,9 @@
246
246
switcher_version=".".join(version.split(".")[:2])
247
247
248
248
# 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 "
0 commit comments