diff options
Diffstat (limited to '')
-rw-r--r-- | tests/roots/test-missing-toctree/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/roots/test-missing-toctree/conf.py b/tests/roots/test-missing-toctree/conf.py new file mode 100644 index 0000000..e10f5e5 --- /dev/null +++ b/tests/roots/test-missing-toctree/conf.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- + +master_doc = 'index' +exclude_patterns = ['_build'] |