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

Message ID 20250727015720.6867-3-laurent.pinchart@ideasonboard.com
State Superseded
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(-)

Comments

Stefan Klug July 29, 2025, 4:18 p.m. UTC | #1
Hi Laurent,

Thank you for the patch.

Quoting Laurent Pinchart (2025-07-27 03:57:12)
> 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(-)
> 
> 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'

Dang, I just wanted to add my name there in the next series :-)

But the generic one is better.

Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com> 

Best regards,
Stefan

>  
>  # Version information is provided by the build environment, through the
>  # sphinx command line.
> -- 
> Regards,
> 
> Laurent Pinchart
>

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.