diff options
| author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-07-03 17:39:48 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:33 +0100 |
| commit | 18786fbffe299f81b7c156ba1cee00359589dc3f (patch) | |
| tree | 96ce0e7d1dcf6842a615ce94872cceb2fc63970e /documentation/conf.py | |
| parent | fd71ce03e9222ce0cf05254ec2c726a2bd2dfc75 (diff) | |
| download | poky-18786fbffe299f81b7c156ba1cee00359589dc3f.tar.gz | |
sphinx: conf: update copyright
(From yocto-docs rev: 9a5c74f73f2f00d8dbd3bc4f72973f9e2913b316)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/conf.py')
| -rw-r--r-- | documentation/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/conf.py b/documentation/conf.py index 89137778b8..dd20e44a1a 100644 --- a/documentation/conf.py +++ b/documentation/conf.py | |||
| @@ -16,11 +16,11 @@ | |||
| 16 | # import sys | 16 | # import sys |
| 17 | # sys.path.insert(0, os.path.abspath('.')) | 17 | # sys.path.insert(0, os.path.abspath('.')) |
| 18 | 18 | ||
| 19 | import datetime | ||
| 19 | 20 | ||
| 20 | # -- Project information ----------------------------------------------------- | 21 | # -- Project information ----------------------------------------------------- |
| 21 | |||
| 22 | project = 'The Yocto Project' | 22 | project = 'The Yocto Project' |
| 23 | copyright = '2020, The Linux Foundation' | 23 | copyright = '2010-%s, The Linux Foundation' % datetime.datetime.now().year |
| 24 | author = 'The Linux Foundation' | 24 | author = 'The Linux Foundation' |
| 25 | 25 | ||
| 26 | 26 | ||
