Pin Sphinx version

This commit is contained in:
Pradyun S. Gedam 2017-05-17 00:17:43 +05:30
parent 476fbf2d2a
commit 3ece87de71
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ commands = py.test --timeout 300 []
install_command = python -m pip install {opts} {packages}
[testenv:docs]
deps = sphinx
deps = sphinx == 1.6.1
basepython = python2.7
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html