Drop docutils 0.12 and 0.13 support

This commit is contained in:
Takeshi KOMIYA 2020-03-07 10:06:56 +09:00
parent 2bd7c19c7b
commit b2360a133b
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Dependencies
------------
* Drop python 3.5 support
* Drop docutils 0.12 and 0.13 support
Incompatible changes
--------------------

View File

@ -23,7 +23,7 @@ install_requires = [
'sphinxcontrib-qthelp',
'Jinja2>=2.3',
'Pygments>=2.0',
'docutils>=0.12',
'docutils>=0.14',
'snowballstemmer>=1.1',
'babel>=1.3',
'alabaster>=0.7,<0.8',