summaryrefslogtreecommitdiff
path: root/tests/root/conf.py
diff options
context:
space:
mode:
authorJonathan Waltman <jonathan.waltman@gmail.com>2013-01-06 23:42:25 -0600
committerJonathan Waltman <jonathan.waltman@gmail.com>2013-01-06 23:42:25 -0600
commit7a27a0ed7e3077944c89437c77cf2b945a647768 (patch)
treecbad70ef02f2f1ace34d3818f83e9ad2ec61dabd /tests/root/conf.py
parent9c0b50c5c70afa2a5666402f316c3880458da491 (diff)
downloadsphinx-7a27a0ed7e3077944c89437c77cf2b945a647768.tar.gz
Add man_pages config to tests/root/conf.py.
Diffstat (limited to 'tests/root/conf.py')
-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 a3ebeec7..37b9127e 100644
--- a/tests/root/conf.py
+++ b/tests/root/conf.py
@@ -55,6 +55,11 @@ texinfo_documents = [
'Georg Brandl \\and someone else', 'Sphinx Testing', 'Miscellaneous'),
]
+man_pages = [
+ ('contents', 'SphinxTests', 'Sphinx Tests Documentation',
+ 'Georg Brandl and someone else', 1),
+]
+
value_from_conf_py = 84
coverage_c_path = ['special/*.h']