diff options
Diffstat (limited to 'tests/roots/test-toctree/conf.py')
-rw-r--r-- | tests/roots/test-toctree/conf.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/roots/test-toctree/conf.py b/tests/roots/test-toctree/conf.py new file mode 100644 index 000000000..31e7a6ed4 --- /dev/null +++ b/tests/roots/test-toctree/conf.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- + +master_doc = 'index' + +latex_documents = [ + (master_doc, 'test.tex', 'The basic Sphinx documentation for testing', 'Sphinx', 'report') +] |