26 lines
616 B
Diff
26 lines
616 B
Diff
From b9fafbb2cfea029d95c1758b272d3e305aeb3f82 Mon Sep 17 00:00:00 2001
|
|
From: shixuantong <shixuantong@huawei.com>
|
|
Date: Thu, 30 Dec 2021 20:25:42 +0800
|
|
Subject: [PATCH] fix docutils version error
|
|
|
|
---
|
|
setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
index 3dbc874..ee43d16 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -23,7 +23,7 @@ install_requires = [
|
|
'sphinxcontrib-qthelp',
|
|
'Jinja2>=2.3',
|
|
'Pygments>=2.0',
|
|
- 'docutils>=0.14,<0.18',
|
|
+ 'docutils>=0.14,<=0.18',
|
|
'snowballstemmer>=1.1',
|
|
'babel>=1.3',
|
|
'alabaster>=0.7,<0.8',
|
|
--
|
|
2.13.7
|
|
|