summaryrefslogtreecommitdiff
path: root/tests/root
diff options
context:
space:
mode:
authorJon Waltman <jonathan.waltman@gmail.com>2010-09-16 02:19:06 -0500
committerJon Waltman <jonathan.waltman@gmail.com>2010-09-16 02:19:06 -0500
commit7d4eb7ac4b0410294db5778536f250062cabf8b6 (patch)
treeeef865df41096272a4346baed1cf061629ba1b22 /tests/root
parent0a8eed122a82fc353e7f53c99ce49cbec7f04684 (diff)
downloadsphinx-7d4eb7ac4b0410294db5778536f250062cabf8b6.tar.gz
Add tests for Texinfo builder
Diffstat (limited to 'tests/root')
-rw-r--r--tests/root/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py
index 89804a30..b97ddfcc 100644
--- a/tests/root/conf.py
+++ b/tests/root/conf.py
@@ -49,6 +49,11 @@ latex_documents = [
latex_additional_files = ['svgimg.svg']
+texinfo_documents = [
+ ('contents', 'SphinxTests', 'Sphinx Tests',
+ 'Georg Brandl \\and someone else', 'Sphinx Testing', 'Miscellaneous'),
+]
+
value_from_conf_py = 84
coverage_c_path = ['special/*.h']