Add man_pages config to tests/root/conf.py.

This commit is contained in:
Jonathan Waltman 2013-01-06 23:42:25 -06:00
parent f4a346760c
commit b98123cd12

View File

@ -55,6 +55,11 @@ texinfo_documents = [
'Georg Brandl \\and someone else', 'Sphinx Testing', 'Miscellaneous'), '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 value_from_conf_py = 84
coverage_c_path = ['special/*.h'] coverage_c_path = ['special/*.h']