From dde2e2757c033ee1dff2aecfe445f1058eb6ef42 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Tue, 29 Mar 2022 01:50:28 +0200 Subject: docs: more info about how to edit and credit authors --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index e6b3549..0873cd6 100644 --- a/conf.py +++ b/conf.py @@ -18,8 +18,8 @@ import os # -- Project information ----------------------------------------------------- project = os.environ['PACKAGE'] -copyright = '2022, Nicolas PEUGNET' -author = os.environ['COPYRIGHT'] +copyright = '2022, ' + os.environ['AUTHORS'] +author = os.environ['AUTHORS'] version = os.environ['VERSION'] -- cgit v1.2.3