Skip to content

Commit

Permalink
refactor: split docs commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Aug 4, 2024
1 parent 4c8a8cc commit 8b29f51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,8 @@ extra-dependencies = [
features = ["all"]

[tool.hatch.envs.docs.scripts]
build = [
"make docs",
"mkdocs build {args:--clean --strict}",
]
update = "make docs"
build = "mkdocs build {args:--clean --strict}"
serve = "mkdocs serve {args}"

[tool.hatch.envs.install]
Expand Down

0 comments on commit 8b29f51

Please sign in to comment.