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:
Peter Eckersley
2016-11-30 10:47:10 -08:00
committed by Brad Warren
parent 83966cdfcf
commit 0956e61c7c
8 changed files with 10 additions and 10 deletions
-1
View File
@@ -39,7 +39,6 @@ extensions = [
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.viewcode',
'sphinxcontrib.programoutput',
]
autodoc_member_order = 'bysource'
+8
View File
@@ -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
View File
@@ -1 +1 @@
.. program-output:: jws --help all
.. literalinclude:: ../jws-help.txt