Merge pull request #4461 from asottile/fix_rtd

Fix rtd by installing pygments-pytest
This commit is contained in:
Bruno Oliveira 2018-11-24 21:24:52 -02:00 committed by GitHub
commit 91b25c4dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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