From 67dd35596814985965b5fc65c652d8956a51e091 Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Wed, 3 Sep 2025 07:14:17 +0200 Subject: [PATCH] docs: Ensure cleanup in poe docs shortcut otherwise Sphinx output is unpredictable! --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cf3b9b47..184325599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -196,7 +196,7 @@ cmd = "mypy" [tool.poe.tasks.docs] help = "Build documentation" -cmd = "make -C docs html" +cmd = "make -C docs clean html" [tool.poe.tasks.format] help = "Format the codebase"