From d219e033e9081413a5c5c6c10b6fb4df7891d528 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 24 Nov 2018 14:48:12 -0800 Subject: [PATCH] Fix rtd by installing pygments-pytest --- doc/en/requirements.txt | 1 + tox.ini | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/en/requirements.txt b/doc/en/requirements.txt index e3cc47ed5..9594e76e3 100644 --- a/doc/en/requirements.txt +++ b/doc/en/requirements.txt @@ -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.* diff --git a/tox.ini b/tox.ini index 1244206a0..711954720 100644 --- a/tox.ini +++ b/tox.ini @@ -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