summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-03 17:39:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:33 +0100
commit18786fbffe299f81b7c156ba1cee00359589dc3f (patch)
tree96ce0e7d1dcf6842a615ce94872cceb2fc63970e /documentation/conf.py
parentfd71ce03e9222ce0cf05254ec2c726a2bd2dfc75 (diff)
downloadpoky-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.py4
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
19import datetime
19 20
20# -- Project information ----------------------------------------------------- 21# -- Project information -----------------------------------------------------
21
22project = 'The Yocto Project' 22project = 'The Yocto Project'
23copyright = '2020, The Linux Foundation' 23copyright = '2010-%s, The Linux Foundation' % datetime.datetime.now().year
24author = 'The Linux Foundation' 24author = 'The Linux Foundation'
25 25
26 26