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>
dev
Marius Vlad 3 years ago committed by Daniel Stone
parent 4e003626cf
commit 349252788f
  1. 2
      doc/sphinx/conf.py.in

@ -21,7 +21,7 @@ sys.path.append(os.path.abspath('sphinxext'))
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = u'weston' project = u'weston'
copyright = u'2019, Weston community' copyright = u'Weston community - @VERSION@'
author = u'Weston community ' author = u'Weston community '

Loading…
Cancel
Save