summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2013-04-06 15:22:45 +0400
committerDmitry Shachnev <mitya57@gmail.com>2013-04-06 15:22:45 +0400
commit9120fb8d3e3ef71f121ef67293954e33fe419011 (patch)
tree78f47ea0502f2dd0263cc908de686420604e12e1 /doc/conf.py
parentf069fd68af5b3c864f9ed94400542983f8eb24fd (diff)
downloadnose-9120fb8d3e3ef71f121ef67293954e33fe419011.tar.gz
Use Sphinx manpage writer instead of Docutils one
And update Makefile accordingly.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 0378046..5e122d3 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -235,3 +235,6 @@ latex_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/dev': None}
+
+# Man page
+man_pages = [('man', 'nosetests', 'Nicer testing for Python', 'Nose developers', 1)]