Support all versions less than 0.18

This commit is contained in:
Aaron Carlisle 2021-08-09 16:50:15 -04:00 committed by GitHub
parent 34f81daaf5
commit e555f94ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ setup(
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
install_requires=[
'sphinx>=1.6',
'docutils<=0.17.1',
'docutils<0.18',
],
tests_require=[
'pytest',