Skip to content

Commit

Permalink
squash: pyproject changes
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Oct 4, 2023
1 parent 166a0f4 commit f54c264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ python = ["3.9", "3.11"]

[tool.hatch.envs.docs]
dependencies = ["tmt[docs]"]
detached = true
# detached = true

[tool.hatch.envs.docs.scripts]
website = "make -C {root}/docs html"
autodocs = "make -C {root}/docs autodocs"
docs = ["website", "autodocs"]
website = "make -C {root}/docs html"
docs = ["autodocs", "website"]
man = [
"cp {root}/docs/header.txt {root}/man.rst",
"tail -n+8 README.rst >> {root}/man.rst",
Expand Down

0 comments on commit f54c264

Please sign in to comment.