summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-25 22:22:01 +0100
committerGeorg Brandl <georg@python.org>2010-02-25 22:22:01 +0100
commit6ae33f0123e31b7cfe14eccba563c510f08c50ab (patch)
tree5d176670b74b6d423bed2fb95919ddb0ce40d52a /doc/conf.py
parentcec38fed058dabd298157fd4e668ee9b9ecdb736 (diff)
downloadsphinx-6ae33f0123e31b7cfe14eccba563c510f08c50ab.tar.gz
Remove hand-written manpages, add rst documents to be built with the manpage builder.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index b1a55b0e..24cf5f3c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -52,6 +52,10 @@ todo_include_todos = True
man_pages = [
('contents', 'sphinx-all', 'Sphinx documentation generator system manual',
'Georg Brandl', 1),
+ ('man/sphinx-build', 'sphinx-build', 'Sphinx documentation generator tool',
+ '', 1),
+ ('man/sphinx-quickstart', 'sphinx-quickstart', 'Sphinx documentation '
+ 'template generator', '', 1),
]