We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc8ab4 commit e020bb6Copy full SHA for e020bb6
doc/source/conf.py
@@ -163,7 +163,11 @@
163
164
# General information about the project.
165
project = "pandas"
166
-copyright = f"2008-{datetime.now().year}, the pandas development team"
+copyright = (
167
+ f"{datetime.now().year} "
168
+ 'pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> '
169
+ 'Hosted by <a href="https://www.ovhcloud.com">OVH Cloud</a>'
170
+)
171
172
# The version info for the project you're documenting, acts as replacement for
173
# |version| and |release|, also used in various other places throughout the
0 commit comments