From b98123cd12c35f521e6dacdadec4d444232f59ab Mon Sep 17 00:00:00 2001 From: Jonathan Waltman Date: Sun, 6 Jan 2013 23:42:25 -0600 Subject: [PATCH] Add man_pages config to tests/root/conf.py. --- tests/root/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/root/conf.py b/tests/root/conf.py index a3ebeec79..37b9127e7 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']