Remove hand-written manpages, add rst documents to be built with the manpage builder.

This commit is contained in:
Georg Brandl
2010-02-25 22:22:01 +01:00
parent 5c92da1c12
commit 07a658e50c
5 changed files with 135 additions and 122 deletions

View File

@@ -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),
]