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
-1
View File
@@ -49,7 +49,6 @@ dev_extras = [
docs_extras = [
'Sphinx>=1.0', # autodoc_member_order = 'bysource', autodoc_default_flags
'sphinx_rtd_theme',
'sphinxcontrib-programoutput',
]
-5
View File
@@ -1,5 +0,0 @@
:mod:`certbot.log`
----------------------
.. automodule:: certbot.log
:members:
-1
View File
@@ -45,7 +45,6 @@ extensions = [
'sphinx.ext.coverage',
'sphinx.ext.viewcode',
'repoze.sphinx.autointerface',
'sphinxcontrib.programoutput',
]
autodoc_member_order = 'bysource'
-1
View File
@@ -79,7 +79,6 @@ docs_extras = [
'repoze.sphinx.autointerface',
'Sphinx>=1.0', # autodoc_member_order = 'bysource', autodoc_default_flags
'sphinx_rtd_theme',
'sphinxcontrib-programoutput',
]
setup(
+1
View File
@@ -147,6 +147,7 @@ cd ~-
# get a snapshot of the CLI help for the docs
certbot --help all > docs/cli-help.txt
jws --help > acme/docs/jws-help.txt
cd ..
# freeze before installing anything else, so that we know end-user KGS