diff options
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 | ||
