Files
sphinx/tests/roots/test-copyright-multiline/conf.py
2023-08-30 22:51:23 +01:00

10 lines
167 B
Python

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