mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:58:08 +02:00
Merge pull request #705 from kuba/manpages
Add basic manpages for all binaries (fixes #700).
This commit is contained in:
+7
-1
@@ -54,6 +54,7 @@ extensions = [
|
||||
'sphinx.ext.coverage',
|
||||
'sphinx.ext.viewcode',
|
||||
'repoze.sphinx.autointerface',
|
||||
'sphinxcontrib.programoutput',
|
||||
]
|
||||
|
||||
autodoc_member_order = 'bysource'
|
||||
@@ -283,7 +284,12 @@ latex_documents = [
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'letsencrypt', u'Let\'s Encrypt Documentation',
|
||||
[u'Let\'s Encrypt Project'], 1)
|
||||
[project], 7),
|
||||
('man/letsencrypt', 'letsencrypt', u'letsencrypt script documentation',
|
||||
[project], 1),
|
||||
('man/letsencrypt-renewer', 'letsencrypt-renewer',
|
||||
u'letsencrypt-renewer script documentation', [project], 1),
|
||||
('man/jws', 'jws', u'jws script documentation', [project], 1),
|
||||
]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
.. program-output:: jws --help all
|
||||
@@ -0,0 +1 @@
|
||||
.. program-output:: letsencrypt-renewer --help
|
||||
@@ -0,0 +1 @@
|
||||
.. program-output:: letsencrypt --help all
|
||||
Reference in New Issue
Block a user