From 47ba7a94be2e4361c9bb9bc1cdefed07a04ddfad Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Thu, 12 Dec 2024 10:19:56 +0100 Subject: [PATCH] Add 'author' to Sphinx conf.py - Use %Y placeholder for copyright year. --- doc/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index d46644fcf..d4a71f8c5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -6,7 +6,8 @@ # -- Project information --------------------------------------------------------------- project = "sdmx" -copyright = "2014–2024 sdmx1 developers" +copyright = "2014–%Y sdmx1 developers" +author = "sdmx1 developers" # -- General configuration -------------------------------------------------------------