diff options
author | Jonathan Waltman <jonathan.waltman@gmail.com> | 2013-01-06 23:42:25 -0600 |
---|---|---|
committer | Jonathan Waltman <jonathan.waltman@gmail.com> | 2013-01-06 23:42:25 -0600 |
commit | b98123cd12c35f521e6dacdadec4d444232f59ab (patch) | |
tree | cbad70ef02f2f1ace34d3818f83e9ad2ec61dabd /tests/root/conf.py | |
parent | f4a346760cf2d63a165113dec01be2bb37619e5a (diff) | |
download | sphinx-git-b98123cd12c35f521e6dacdadec4d444232f59ab.tar.gz |
Add man_pages config to tests/root/conf.py.
Diffstat (limited to 'tests/root/conf.py')
-rw-r--r-- | tests/root/conf.py | 5 |
1 files changed, 5 insertions, 0 deletions
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'] |