Skip to content

Commit

Permalink
add docs environment + scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Aug 29, 2024
1 parent 7db1e5f commit 491c48e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ extra-dependencies = [
[tool.hatch.envs.types.scripts]
check = "mypy --install-types --non-interactive {args:src/xarray_ome_ngff tests}"

[tool.hatch.envs.docs]
dependencies = [
"mkdocs-material==9.5.33",
"mkdocstrings[python]==0.25.2"
]

[tool.hatch.envs.docs.scripts]
serve = "mkdocs serve --watch=src"

[tool.coverage.run]
source_pkgs = ["xarray_ome_ngff", "tests"]
branch = true
Expand Down

0 comments on commit 491c48e

Please sign in to comment.