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 # Development
flake8 flake8
flake8-import-order flake8-import-order
sphinx sphinx==1.4.9

View file

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