diff options
author | Georg Brandl <georg@python.org> | 2011-10-07 12:27:19 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-10-07 12:27:19 +0200 |
commit | ff940a16b61d15bb77d1d265cecd33788b5f01ec (patch) | |
tree | 54c03f77ee13c51eba0db1748b1e6a390a92ae8f /doc/conf.py | |
parent | 1329984f2ce5c6c2303d5714d571fa406f4a7281 (diff) | |
download | sphinx-git-ff940a16b61d15bb77d1d265cecd33788b5f01ec.tar.gz |
Add a rudimentary manpage for sphinx-apidoc.
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 a1d0e8ce5..1b8ba3e4d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -62,6 +62,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 = [ |