From 9df65f15c5f62ac5a847c505f559c00586316936 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Tue, 6 Apr 2021 18:06:31 -0500 Subject: [PATCH] Fix backport of requirements (#1118) This was fixed before releasing 0.5.2, but looks like the change was lost after merging it to master. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 788318b3d..202444a4c 100644 --- a/setup.py +++ b/setup.py @@ -117,7 +117,7 @@ def run(self): ] }, install_requires=[ - 'sphinx>=1.6' + 'sphinx>=1.6', 'docutils<0.17', # https://github.com/sphinx-doc/sphinx/issues/9001 ], tests_require=[