Add docs dependency group (mkdocs-material) to pyproject.toml
This commit is contained in:
@@ -12,3 +12,8 @@ dependencies = [
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
|
||||
[dependency-groups]
|
||||
docs = [
|
||||
"mkdocs-material>=9.0.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user