From bd23504ea16686e23dff3af7934103cc7fb98bc8 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 16 Apr 2023 21:38:02 +0200 Subject: [doc] Create a variable for the contributors description --- doc/conf.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 8c5a03af..d9e42545 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -55,7 +55,8 @@ master_doc = "index" # General information about the project. project = "Astroid" current_year = datetime.utcnow().year -copyright = f"2003-{current_year}, Logilab, PyCQA and contributors" +contributors = "Logilab, and astroid contributors" +copyright = f"2003-{current_year}, {contributors}" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -202,7 +203,7 @@ latex_documents = [ "index", "Astroid.tex", "Astroid Documentation", - "Logilab, PyCQA and contributors", + contributors, "manual", ), ] @@ -240,7 +241,7 @@ man_pages = [ "index", "astroid", "Astroid Documentation", - ["Logilab, PyCQA and contributors"], + [contributors], 1, ) ] -- cgit v1.2.1