From d5ec4fbb93ed83533c80644809cd91d71a2b64b0 Mon Sep 17 00:00:00 2001 From: MattRijk Date: Wed, 7 Dec 2016 13:51:35 -0500 Subject: [PATCH] Fix for issue 3202 Updated dependencies on setup.py -fixes issues with sphinxcontrib-spelling Fixes sphinxcontrib-spelling is throwing an error when installing from setup.py --- CONTRIBUTORS.rst | 1 + setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 148836987b..1ce5dae7b1 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -192,6 +192,7 @@ Contributors * PyMan Claudio Marinozzi * Jeffrey Chau * Craig Loftus +* MattRijk Translators =========== diff --git a/setup.py b/setup.py index 6f4cd52967..d92b20f29b 100755 --- a/setup.py +++ b/setup.py @@ -53,11 +53,11 @@ testing_extras = [ # Documentation dependencies documentation_extras = [ + 'pyenchant==1.6.6', + 'sphinxcontrib-spelling>=2.3.0', 'Sphinx>=1.3.1', 'sphinx-autobuild>=0.5.2', 'sphinx_rtd_theme>=0.1.8', - 'sphinxcontrib-spelling==2.1.1', - 'pyenchant==1.6.6', ] setup(