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 | 43d3cb3d33ea2952cef731d1cca70da8636be23c (patch) | |
| tree | 54c03f77ee13c51eba0db1748b1e6a390a92ae8f /doc/conf.py | |
| parent | 39f990b9666b9814247fbcd165f53015afe2cd0a (diff) | |
| download | sphinx-43d3cb3d33ea2952cef731d1cca70da8636be23c.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 a1d0e8ce..1b8ba3e4 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 = [ |
