Fixes 2059: Fix sphinx version to 1.4.9 for docs tests

This commit is contained in:
Deniz Turgut 2016-12-10 12:15:42 -05:00
commit 976a9efcc2
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
# Development
flake8
flake8-import-order
sphinx
sphinx==1.4.9

View file

@ -24,7 +24,7 @@ commands =
[testenv:docs]
basepython = python2.7
deps =
sphinx
sphinx==1.4.9
sphinx_rtd_theme
changedir = docs
commands =