mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
Conditionally depend on imgconverter for newer versions of Sphinx (#6536)
Fixes #6343. * conditionally depend on imgconverter * Pin docutils dependency for old Sphinx bug
This commit is contained in:
@@ -68,9 +68,10 @@ dev3_extras = [
|
||||
]
|
||||
|
||||
docs_extras = [
|
||||
# If you have Sphinx<1.5.1, you need docutils<0.13.1
|
||||
# https://github.com/sphinx-doc/sphinx/issues/3212
|
||||
'repoze.sphinx.autointerface',
|
||||
# sphinx.ext.imgconverter
|
||||
'Sphinx >=1.6',
|
||||
'Sphinx>=1.2', # Annotation support
|
||||
'sphinx_rtd_theme',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user