[2/4] Documentation: Drop documentation author names
diff mbox series

Message ID 20250727015720.6867-3-laurent.pinchart@ideasonboard.com
State New
Headers show
Series
  • Documentation: Use doxylink to generate Sphinx-to-Doxygen links
Related show

Commit Message

Laurent Pinchart July 27, 2025, 1:57 a.m. UTC
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>
---
 Documentation/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch
diff mbox series

diff --git a/Documentation/conf.py b/Documentation/conf.py
index 7d05fc9abcd3..870937289eb4 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -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.