aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-03-29 01:50:28 +0200
committern-peugnet <n.peugnet@free.fr>2022-03-29 01:50:28 +0200
commitdde2e2757c033ee1dff2aecfe445f1058eb6ef42 (patch)
treebe44ac41ac10e302b5fe736c89f788eb7696ae41 /conf.py
parentc8b9b389c5785df2a14b471daf65002c5e054e0d (diff)
downloadclub1-docs-dde2e2757c033ee1dff2aecfe445f1058eb6ef42.tar.gz
club1-docs-dde2e2757c033ee1dff2aecfe445f1058eb6ef42.zip
docs: more info about how to edit and credit authors
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 2 insertions, 2 deletions
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']