From c73bb79256b7768f60630be07a7c7435b1fddae9 Mon Sep 17 00:00:00 2001
From: Aleksolotl <aleksolotl@aleksis.org>
Date: Mon, 20 Nov 2023 21:55:20 +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 f1becc23..294e65bc 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