Skip to content

Commit

Permalink
hatch run docs
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Jan 24, 2024
1 parent b6afe3a commit 2689a83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integrations/chroma/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ git_describe_command = 'git describe --tags --match="integrations/chroma-v[0-9]*
dependencies = [
"coverage[toml]>=6.5",
"pytest",
"haystack-pydoc-tools",
]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
Expand All @@ -59,6 +60,7 @@ cov = [
"test-cov",
"cov-report",
]
docs = "pydoc-markdown pydoc.yml"

[[tool.hatch.envs.all.matrix]]
python = ["3.9", "3.10"]
Expand Down

0 comments on commit 2689a83

Please sign in to comment.