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:
sydneyli
2018-12-04 10:56:15 -08:00
committed by Brad Warren
parent daa77b5023
commit f5aad1440f
4 changed files with 11 additions and 5 deletions
+3 -2
View File
@@ -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',
]