diff options
Diffstat (limited to 'tests/roots/test-setup/doc/conf.py')
-rw-r--r-- | tests/roots/test-setup/doc/conf.py | 4 |
1 files changed, 4 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 0000000..f4dc6d6 --- /dev/null +++ b/tests/roots/test-setup/doc/conf.py @@ -0,0 +1,4 @@ +project = 'Sphinx smallest project' +source_suffix = '.txt' +keep_warnings = True +exclude_patterns = ['_build'] |