mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Remove the sphinxcontrib.programout [docs]dependency (#3830)
- By making a static text file at release time, and including that instead.
This commit is contained in:
committed by
Brad Warren
parent
83966cdfcf
commit
0956e61c7c
@@ -39,7 +39,6 @@ extensions = [
|
||||
'sphinx.ext.todo',
|
||||
'sphinx.ext.coverage',
|
||||
'sphinx.ext.viewcode',
|
||||
'sphinxcontrib.programoutput',
|
||||
]
|
||||
|
||||
autodoc_member_order = 'bysource'
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
usage: jws [-h] [--compact] {sign,verify} ...
|
||||
|
||||
positional arguments:
|
||||
{sign,verify}
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
--compact
|
||||
@@ -1 +1 @@
|
||||
.. program-output:: jws --help all
|
||||
.. literalinclude:: ../jws-help.txt
|
||||
|
||||
Reference in New Issue
Block a user