commit | 30d35aef4a9d9a8248f9ca68d290c787b12e79cf | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Mon Oct 23 19:09:27 2017 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Mon Oct 23 18:09:27 2017 -0500 |
tree | 169a77c00e3a295ea72e43d95b40391c3a0dda3c | |
parent | c0e31e691eefaa1ee00444b3f93fc6aa7fe48095 [diff] [blame] |
Fixes #3947 -- remove the docutils.conf (#3995) * Fixes #3947 -- remove the docutils.conf * include minimum versions
diff --git a/setup.py b/setup.py index 1fc7ea5..598643b 100644 --- a/setup.py +++ b/setup.py
@@ -288,9 +288,9 @@ "doc8", "pyenchant >= 1.6.11", "readme_renderer >= 16.0", - "sphinx", + "sphinx >= 1.6.5", "sphinx_rtd_theme", - "sphinxcontrib-spelling", + "sphinxcontrib-spelling >= 4.0.1", ], "pep8test": [ "flake8",