Skip to content

Commit 139781a

Browse files
committed
DOC: Refine copyright statement in conf.py to enhance clarity and include sponsor information directly
1 parent 2b00b8f commit 139781a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/source/conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,12 @@
163163

164164
# General information about the project.
165165
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
167+
copyright = (
168+
f'{datetime.now().year}, pandas via '
169+
'<a href="https://numfocus.org">NumFOCUS, Inc.</a> '
170+
'Hosted by <a href="https://www.ovhcloud.com">OVHcloud</a>.'
171+
)
168172

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

0 commit comments

Comments
 (0)