diff options
Diffstat (limited to 'tests/roots/test-copyright-multiline/conf.py')
-rw-r--r-- | tests/roots/test-copyright-multiline/conf.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/roots/test-copyright-multiline/conf.py b/tests/roots/test-copyright-multiline/conf.py new file mode 100644 index 0000000..a2b7b68 --- /dev/null +++ b/tests/roots/test-copyright-multiline/conf.py @@ -0,0 +1,9 @@ +copyright = ( + '2006', + '2006-2009, Alice', + '2010-2013, Bob', + '2014-2017, Charlie', + '2018-2021, David', + '2022-2025, Eve', +) +html_theme = 'basic' |