Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr <piotrzan@gmail.com>
  • Loading branch information
Piotr1215 committed Feb 10, 2024
1 parent 007306b commit d0a8980
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ killercoda-cli = "killercoda_cli.cli:main"

[tool.hatch.version]
path = "killercoda_cli/__about__.py"
validate-bump = false

[tool.hatch.envs.default]
dependencies = [
Expand All @@ -52,6 +53,9 @@ type = "virtual"
path = ".venv-docs"
dependencies = ["pdoc3"]

[tool.hatch.envs.docs.scripts]
generate = "pdoc -m google killercoda_cli -o docs"

[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
test-cov = "coverage run -m pytest {args:tests}"
Expand Down

0 comments on commit d0a8980

Please sign in to comment.