summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-16 22:53:14 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-16 22:53:14 +0200
commit153590172344cb39739118cd26685dd4fc58e364 (patch)
tree48f0eba497385899581b74ab133792746de1c3a2 /doc
parent6723e635e54e991a4304e45293308f5076b0bcb8 (diff)
parentc312218289798207813971af540fbed43c6963b5 (diff)
downloadastroid-git-153590172344cb39739118cd26685dd4fc58e364.tar.gz
Merge branch 'maintenance/2.15.x' following 2.15.3 release
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 8523a2bd..9cdd52dd 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,
)
]