Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eckersley <pde@users.noreply.github.com>2016-11-30 21:47:10 +0300
committerBrad Warren <bmw@users.noreply.github.com>2016-11-30 21:47:10 +0300
commit0956e61c7c8653218bcaa46087d4508fc795feaa (patch)
tree520af0dfc90dc5feaa6389f885a1389ad1fb4dbb /setup.py
parent83966cdfcf97032ab026e4d99aa55f1fb5df44d2 (diff)
Remove the sphinxcontrib.programout [docs]dependency (#3830)
- By making a static text file at release time, and including that instead.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 90c98d469..46dbdac81 100644
--- a/setup.py
+++ b/setup.py
@@ -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(