Files
sphinx/tests/roots/test-copyright-multiline/conf.py
2023-05-11 22:43:48 +01:00

9 lines
155 B
Python

copyright = (
'2006-2009, Alice',
'2010-2013, Bob',
'2014-2017, Charlie',
'2018-2021, David',
'2022-2025, Eve',
)
html_theme = 'basic'