From b2360a133b1d18e7f300daf94daaa7fa65c4f260 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 7 Mar 2020 10:06:56 +0900 Subject: [PATCH] Drop docutils 0.12 and 0.13 support --- CHANGES | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d059ed931..7a26203ba 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,7 @@ Dependencies ------------ * Drop python 3.5 support +* Drop docutils 0.12 and 0.13 support Incompatible changes -------------------- diff --git a/setup.py b/setup.py index 8c1afb340..1fb0c5d79 100644 --- a/setup.py +++ b/setup.py @@ -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',