Merge pull request #4461 from asottile/fix_rtd
Fix rtd by installing pygments-pytest
This commit is contained in:
commit
91b25c4dec
|
@ -1,3 +1,4 @@
|
||||||
|
pygments-pytest>=1.0.2
|
||||||
# pinning sphinx to 1.4.* due to search issues with rtd:
|
# pinning sphinx to 1.4.* due to search issues with rtd:
|
||||||
# https://github.com/rtfd/readthedocs-sphinx-ext/issues/25
|
# https://github.com/rtfd/readthedocs-sphinx-ext/issues/25
|
||||||
sphinx ==1.4.*
|
sphinx ==1.4.*
|
||||||
|
|
6
tox.ini
6
tox.ini
|
@ -124,11 +124,7 @@ setenv = {[testenv:py27-pluggymaster]setenv}
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
changedir = doc/en
|
changedir = doc/en
|
||||||
deps =
|
deps = -r{toxinidir}/doc/en/requirements.txt
|
||||||
PyYAML
|
|
||||||
pygments-pytest>=1.0.2
|
|
||||||
sphinx
|
|
||||||
sphinxcontrib-trio
|
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -W -b html . _build
|
sphinx-build -W -b html . _build
|
||||||
|
|
Loading…
Reference in New Issue