From 3091af7f9f7efe8a04ed752f3abad8c2b7945bd8 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 10 Feb 2026 08:15:00 +0000 Subject: [PATCH] Move mkdocs-material to pyproject.toml docs group --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 502f640bb..1455ef4c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,7 @@ test = [ docs = [ # MkDocs to build our documentation. "mkdocs==1.6.1", + "mkdocs-material[imaging]==9.7.0", # pylinkvalidator to check for broken links in documentation. "pylinkvalidator==0.3", ]