diff options
Diffstat (limited to '')
-rw-r--r-- | tests/roots/test-changes/conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/roots/test-changes/conf.py b/tests/roots/test-changes/conf.py new file mode 100644 index 0000000..2fedcb1 --- /dev/null +++ b/tests/roots/test-changes/conf.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- + +project = 'Sphinx ChangesBuilder tests' +copyright = '2007-2022 by the Sphinx team, see AUTHORS' +version = '0.6' +release = '0.6alpha1' |