comparison docs/conf.py @ 295:cff23c821665

Adjust copyright end year for the documentation to 2021
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 10 Feb 2021 21:17:26 +0100
parents 13711ba8e81e
children 5427ca342c1e
comparison
equal deleted inserted replaced
294:15f8401c4663 295:cff23c821665
22 22
23 23
24 # -- Project information ----------------------------------------------------- 24 # -- Project information -----------------------------------------------------
25 25
26 project = 'ConfigMix' 26 project = 'ConfigMix'
27 copyright = u('2015–2020, Franz Glasner. All rights reserved') 27 copyright = u('2015–2021, Franz Glasner. All rights reserved')
28 author = 'Franz Glasner' 28 author = 'Franz Glasner'
29 29
30 # The short X.Y version 30 # The short X.Y version
31 version = '.'.join(configmix.__version__.split('.')[:2]) 31 version = '.'.join(configmix.__version__.split('.')[:2])
32 # The full version, including alpha/beta/rc tags 32 # The full version, including alpha/beta/rc tags