Fix rtd by installing pygments-pytest

This commit is contained in:
Anthony Sottile 2018-11-24 14:48:12 -08:00
parent 3d8d04c6f8
commit d219e033e9
2 changed files with 2 additions and 5 deletions

View File

@ -1,3 +1,4 @@
pygments-pytest>=1.0.2
# pinning sphinx to 1.4.* due to search issues with rtd:
# https://github.com/rtfd/readthedocs-sphinx-ext/issues/25
sphinx ==1.4.*

View File

@ -124,11 +124,7 @@ setenv = {[testenv:py27-pluggymaster]setenv}
skipsdist = True
usedevelop = True
changedir = doc/en
deps =
PyYAML
pygments-pytest>=1.0.2
sphinx
sphinxcontrib-trio
deps = -r{toxinidir}/doc/en/requirements.txt
commands =
sphinx-build -W -b html . _build