We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
extra-features
1 parent 0ed653c commit 4a5673eCopy full SHA for 4a5673e
{{cookiecutter.project_name}}/pyproject.toml
@@ -66,7 +66,7 @@ installer = "uv"
66
features = [ "dev" ]
67
68
[tool.hatch.envs.docs]
69
-extra-features = [ "doc" ]
+features = [ "doc" ]
70
scripts.build = "sphinx-build -M html docs docs/_build {args}"
71
scripts.open = "python -m webbrowser -t docs/_build/html/index.html"
72
scripts.clean = "git clean -fdX -- {args:docs}"
0 commit comments