comparison docs/conf.py @ 673:77d4a3e7c9e2

Extent all important copyright years to 2023
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 12 Apr 2023 09:21:36 +0200
parents f454889e41fa
children 115de6fe420e
comparison
equal deleted inserted replaced
672:453c6e2820d1 673:77d4a3e7c9e2
22 22
23 23
24 # -- Project information ----------------------------------------------------- 24 # -- Project information -----------------------------------------------------
25 25
26 project = 'ConfigMix' 26 project = 'ConfigMix'
27 copyright = u('2015–2022, Franz Glasner. All rights reserved') 27 copyright = u('2015–2023, 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