Skip to content

Commit 4a5673e

Browse files
authored
Hatch extra-features doesn’t exist (#326)
1 parent 0ed653c commit 4a5673e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ installer = "uv"
6666
features = [ "dev" ]
6767

6868
[tool.hatch.envs.docs]
69-
extra-features = [ "doc" ]
69+
features = [ "doc" ]
7070
scripts.build = "sphinx-build -M html docs docs/_build {args}"
7171
scripts.open = "python -m webbrowser -t docs/_build/html/index.html"
7272
scripts.clean = "git clean -fdX -- {args:docs}"

0 commit comments

Comments
 (0)