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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -163,8 +163,12 @@
163
163
164
164
# General information about the project.
165
165
project="pandas"
166
-
# Updated copyright to include sponsor information, removing the need for custom template
167
-
copyright=f'{datetime.now().year}, pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVHcloud</a>.'
166
+
# Updated copyright to include sponsor information, removing custom template
0 commit comments