Move mkdocs-material to pyproject.toml docs group

This commit is contained in:
Bruno Alla 2026-02-10 08:15:00 +00:00
parent 4efe942cd3
commit 3091af7f9f

View File

@ -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",
]