From 82326f972182708ab7a0539f51d102e53723770e Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Wed, 14 Sep 2022 11:27:22 +0100 Subject: [PATCH 1/2] DOC: Update footer and include OVH --- doc/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 84958595f6618..b70b6de488655 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -163,7 +163,9 @@ # 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 From bd586f1337365db4d4ea8194a0639dac8dcb0530 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Wed, 14 Sep 2022 12:17:11 +0100 Subject: [PATCH 2/2] black --- doc/source/conf.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index b70b6de488655..3225582269b64 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -163,9 +163,11 @@ # General information about the project. project = "pandas" -copyright = (f'{datetime.now().year} ' - 'pandas via NumFOCUS, Inc. ' - 'Hosted by OVH Cloud') +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