summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-copyright-multiline/conf.py
blob: a2b7b68010039e170423aef3e114ed9c73861c26 (plain)
1
2
3
4
5
6
7
8
9
copyright = (
    '2006',
    '2006-2009, Alice',
    '2010-2013, Bob',
    '2014-2017, Charlie',
    '2018-2021, David',
    '2022-2025, Eve',
)
html_theme = 'basic'