mirror of
https://github.com/certbot/certbot.git
synced 2026-02-28 20:31:29 -05:00
pin Sphinx<=1.5.6 (#4687)
This commit is contained in:
parent
7da5381968
commit
1ceefa794e
1 changed files with 2 additions and 1 deletions
3
setup.py
3
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',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue