summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-10-04 15:07:32 +0300
committerDaniel Stone <daniels@collabora.com>2022-01-21 12:14:21 +0000
commit349252788f16f404b26eea7d5f3610733802f84d (patch)
treef8f39cc368e2f55274334d3797558547508c2704 /doc
parent4e003626cfd0ac0bd3344562ece34df38daa2bea (diff)
downloadweston-349252788f16f404b26eea7d5f3610733802f84d.tar.gz
doc/sphinx/conf.py.in: Remove year and use VERSION
Just avoid using years as that will not age well. VERSION follows the libweston version. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/conf.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/conf.py.in b/doc/sphinx/conf.py.in
index ab8f9bf1..5bc61d8d 100644
--- a/doc/sphinx/conf.py.in
+++ b/doc/sphinx/conf.py.in
@@ -21,7 +21,7 @@ sys.path.append(os.path.abspath('sphinxext'))
# -- Project information -----------------------------------------------------
project = u'weston'
-copyright = u'2019, Weston community'
+copyright = u'Weston community - @VERSION@'
author = u'Weston community '