From f72c0a4cc4cbef4f74aa538887940b514a5c5cdb Mon Sep 17 00:00:00 2001 From: Carlton Gibson <carlton.gibson@noumenal.es> Date: Mon, 16 Oct 2023 14:40:26 +0200 Subject: [PATCH] Added furo dependency to tox config. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8fde369e..5504d67f 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,7 @@ deps = flake8 commands = sphinx-build -WE docs _docs deps = sphinx - sphinx-rtd-theme + furo [testenv:warnings] ignore_outcome = True