Skip to content

Commit

Permalink
docs(pyproject): fix the doc environment used to locally serve the pl…
Browse files Browse the repository at this point in the history
…ugin documentation

via #303 thx to @niccokunzmann
  • Loading branch information
ultrabug committed May 17, 2024
1 parent 8b6b092 commit fc83f78
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit fc83f78

Please sign in to comment.