Documentation: Drop documentation author names

The name of the documentation authors listed in conf.py is seriously out
of date. As the information is bound to bitrot, replace the names by a
generic mention of the libcamera documentation authors.

While at it, update the copyright dates.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>
This commit is contained in:
Laurent Pinchart
2025-07-30 18:54:24 +03:00
parent 41592b8670
commit 50cca05e88
+2 -2
View File
@@ -21,8 +21,8 @@
# -- Project information -----------------------------------------------------
project = 'libcamera'
copyright = '2018-2019, The libcamera documentation authors'
author = u'Kieran Bingham, Jacopo Mondi, Laurent Pinchart, Niklas Söderlund'
copyright = '2018-2025, The libcamera documentation authors'
author = 'The libcamera documentation authors'
# Version information is provided by the build environment, through the
# sphinx command line.