diff --git a/doc/source/conf.py b/doc/source/conf.py index 84958595f6618..3225582269b64 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -163,7 +163,11 @@ # General information about the project. project = "pandas" -copyright = f"2008-{datetime.now().year}, the pandas development team" +copyright = ( + f"{datetime.now().year} " + 'pandas via NumFOCUS, Inc. ' + 'Hosted by OVH Cloud' +) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the