Skip to content

Commit c1b8e65

Browse files
committed
docs: Change copyright line to mention "authors and contributors".
The docs have been authored by many people now. Instead of singling out individuals in the copyright line, prefer to mention all "MicroPython authors and contributors". Individual contributions can still be discovered via the git history. Signed-off-by: Damien George <[email protected]>
1 parent c5d74fe commit c1b8e65

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/conf.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"is_release": micropy_version != "latest",
3737
}
3838

39+
# Authors used in various parts of the documentation.
40+
micropy_authors = "MicroPython authors and contributors"
41+
3942

4043
# -- General configuration ------------------------------------------------
4144

@@ -68,7 +71,7 @@
6871

6972
# General information about the project.
7073
project = "MicroPython"
71-
copyright = "- The MicroPython Documentation is Copyright © 2014-2024, Damien P. George, Paul Sokolovsky, and contributors"
74+
copyright = "- The MicroPython Documentation is Copyright © 2014-2024, " + micropy_authors
7275

7376
# The version info for the project you're documenting, acts as replacement for
7477
# |version| and |release|, also used in various other places throughout the
@@ -244,7 +247,7 @@
244247
master_doc,
245248
"MicroPython.tex",
246249
"MicroPython Documentation",
247-
"Damien P. George, Paul Sokolovsky, and contributors",
250+
micropy_authors,
248251
"manual",
249252
),
250253
]
@@ -281,7 +284,7 @@
281284
"index",
282285
"micropython",
283286
"MicroPython Documentation",
284-
["Damien P. George, Paul Sokolovsky, and contributors"],
287+
[micropy_authors],
285288
1,
286289
),
287290
]
@@ -300,7 +303,7 @@
300303
master_doc,
301304
"MicroPython",
302305
"MicroPython Documentation",
303-
"Damien P. George, Paul Sokolovsky, and contributors",
306+
micropy_authors,
304307
"MicroPython",
305308
"One line description of project.",
306309
"Miscellaneous",

0 commit comments

Comments
 (0)