diff options
author | Stephen Finucane <stephen@that.guru> | 2017-07-11 15:58:20 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2017-07-11 16:08:40 +0100 |
commit | 65a81e205622fd3fc788a8861ace3bdef2c5891a (patch) | |
tree | f6b94571dce19ca82d8218f2c6492d78c5543e33 /doc/conf.py | |
parent | 9b7525d47df40c1e5d63ec4ee2fdbc51d35bf1ea (diff) | |
download | sphinx-git-65a81e205622fd3fc788a8861ace3bdef2c5891a.tar.gz |
doc: Add sphinx-autogen man page
This wasn't documented in depth anywhere, so do just that.
Signed-off-by: Stephen Finucane <stephen@that.guru>
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 62c5c13d5..db2846186 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -84,6 +84,8 @@ man_pages = [ 'template generator', '', 1), ('man/sphinx-apidoc', 'sphinx-apidoc', 'Sphinx API doc generator tool', '', 1), + ('man/sphinx-autogen', 'sphinx-autogen', 'Generate autodoc stub pages', + '', 1), ] texinfo_documents = [ |