diff options
author | Roland Meister <Roland Meister@localhost> | 2012-02-13 20:59:37 +0100 |
---|---|---|
committer | Roland Meister <Roland Meister@localhost> | 2012-02-13 20:59:37 +0100 |
commit | 024b5950dd2e66574f919ffda03884a76c22ae5f (patch) | |
tree | f34461b347865d3e6ee8df6bff5daa42e43747af /doc/conf.py | |
parent | dbe932d30c2fc469addedef2b9208ae910fae221 (diff) | |
parent | c85a5d081331d62f387bfd4eda5131959561f577 (diff) | |
download | sphinx-git-024b5950dd2e66574f919ffda03884a76c22ae5f.tar.gz |
Merge with birkenfeld/sphinx
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 216d70ceb..6b547edde 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -64,6 +64,8 @@ man_pages = [ '', 1), ('man/sphinx-quickstart', 'sphinx-quickstart', 'Sphinx documentation ' 'template generator', '', 1), + ('man/sphinx-apidoc', 'sphinx-apidoc', 'Sphinx API doc generator tool', + '', 1), ] texinfo_documents = [ |