diff options
Diffstat (limited to 'tests/roots/test-setup/doc/conf.py')
-rw-r--r-- | tests/roots/test-setup/doc/conf.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/roots/test-setup/doc/conf.py b/tests/roots/test-setup/doc/conf.py new file mode 100644 index 000000000..a55679a4b --- /dev/null +++ b/tests/roots/test-setup/doc/conf.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- + +project = 'Sphinx smallest project' +source_suffix = '.txt' +keep_warnings = True |