From 294135877e76bd307d506e6df658c016f8202b0f Mon Sep 17 00:00:00 2001 From: Aleksolotl <aleksolotl@aleksis.org> Date: Mon, 20 Nov 2023 21:54:45 +0000 Subject: [PATCH] Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f1becc236..294e65bc9 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ commands = poetry build [testenv:docs] commands_pre = - poetry install + poetry install --with docs commands = poetry run make -C docs/ html {posargs} [testenv:reformat] -- GitLab