diff --git a/pyproject.toml b/pyproject.toml index e76d2c0..7cbeb84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,11 +75,16 @@ test = [ python = ["3.8", "3.9", "3.10", "3.11", "3.12"] type = ["default"] -[tool.hatch.envs.docs] +[tool.hatch.envs.doc] dependencies = [ "mkdocs-material>=9.2.5" ] +[tool.hatch.envs.doc.scripts] +serve = [ + "mkdocs serve", +] + [tool.hatch.envs.style] detached = true dependencies = [