From 567ee6bdaa5d9f9bf12d0445573d758ab505b11a Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Clark" Date: Sat, 23 Mar 2024 17:50:41 -0400 Subject: [PATCH] Update docs/conf.py Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- docs/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 1312cac61..882e07668 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,10 @@ master_doc = "index" # General information about the project. project = "Pillow (PIL Fork)" -copyright = "1995-2011 Fredrik Lundh and contributors, 2010-2024 Jeffrey A. Clark and contributors." +copyright = ( + "1995-2011 Fredrik Lundh and contributors, " + "2010-2024 Jeffrey A. Clark and contributors." +) author = "Fredrik Lundh (PIL), Jeffrey A. Clark (Pillow)" # The version info for the project you're documenting, acts as replacement for