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:
authorBrad Warren <bmw@users.noreply.github.com>2017-05-19 21:15:35 +0300
committerGitHub <noreply@github.com>2017-05-19 21:15:35 +0300
commit1ceefa794ef483ffc8d202c45d7bb86cc1e2cd36 (patch)
tree71984a917099cb975b1c2bf4828467cb250ea966 /setup.py
parent7da53819682fe1b320e0e2890d4cc4be0a637303 (diff)
pin Sphinx<=1.5.6 (#4687)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b7697dbd3..80050a2c9 100644
--- a/setup.py
+++ b/setup.py
@@ -76,7 +76,8 @@ dev_extras = [
docs_extras = [
'repoze.sphinx.autointerface',
- 'Sphinx>=1.0', # autodoc_member_order = 'bysource', autodoc_default_flags
+ # autodoc_member_order = 'bysource', autodoc_default_flags, and #4686
+ 'Sphinx >=1.0,<=1.5.6',
'sphinx_rtd_theme',
]