Adjust sphinx dependency for Python 2.7

This commit is contained in:
Robin Dunn
2019-10-04 20:32:31 -07:00
parent d0bcfb3bfa
commit 6b862e8412

View File

@@ -4,9 +4,6 @@ appdirs
setuptools
wheel
twine
sphinx==2.2.0
beautifulsoup4
doc2dash
requests
requests[security]
cython
@@ -14,3 +11,8 @@ pytest
pytest-xdist
pytest-forked
pytest-timeout
sphinx==2.2.0 ; python_version >= '3.0'
sphinx==1.8.5 ; python_version < '3.0'
doc2dash==2.3.0
beautifulsoup4