diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-03-29 01:50:28 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-03-29 01:50:28 +0200 |
commit | dde2e2757c033ee1dff2aecfe445f1058eb6ef42 (patch) | |
tree | be44ac41ac10e302b5fe736c89f788eb7696ae41 /conf.py | |
parent | c8b9b389c5785df2a14b471daf65002c5e054e0d (diff) | |
download | club1-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.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'] |