Refactor: templates to format copyright year 13/67813/3
authorGuillaume Lambert <guillaume.lambert@orange.com>
Tue, 25 May 2021 19:57:03 +0000 (21:57 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Wed, 26 May 2021 13:23:15 +0000 (15:23 +0200)
commit5d3af28d6f7123475c53d8249508f81a39e838fa
treeab808e77a846765272dde9863a52ada0fe680133
parent676580f97fc1a78e575da87ff84e828898b322e0
Refactor: templates to format copyright year

Up to now, the copyright year was hardcoded in every project template
and had to be updated regularly.
To avoid manual updates and new versions of lfdocs-conf in Pypi,
it is preferable to use python3 datetime import with the format method
to fill and update the year automatically.

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I35a7551a80be470dff5b55e0cabb4944a9bab02c
docs_conf/conf.py
docs_conf/defaults/default.yaml
docs_conf/defaults/lfdocs.yaml
docs_conf/defaults/onap.yaml
docs_conf/defaults/opendaylight.yaml
docs_conf/defaults/opnfv.yaml
docs_conf/defaults/oran.yaml