From a1cd8c8e78d8065d87c44daddcde3f00f6523823 Mon Sep 17 00:00:00 2001 From: Jannis Vajen Date: Mon, 16 Oct 2023 14:59:58 +0200 Subject: [PATCH] Made tox use requirements/docs.txt In 0fa5fed I missed that the dependencies for tox are installed separately. To prevent tox from breaking again with the next theme update, let's use the requirements file. --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5504d67f..d3ce9be5 100644 --- a/tox.ini +++ b/tox.ini @@ -36,8 +36,7 @@ deps = flake8 [testenv:docs] commands = sphinx-build -WE docs _docs deps = - sphinx - furo + -rrequirements/docs.txt [testenv:warnings] ignore_outcome = True