From 54c07e29bebd2106ca8ffc7870e5948697683079 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Wed, 9 Oct 2024 14:24:34 +0200 Subject: [PATCH] =?UTF-8?q?Hatch=20`extra-features`=20doensn=E2=80=99t=20e?= =?UTF-8?q?xist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {{cookiecutter.project_name}}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index d4b40920..e49773f9 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -66,7 +66,7 @@ installer = "uv" features = [ "dev" ] [tool.hatch.envs.docs] -extra-features = [ "doc" ] +features = [ "doc" ] scripts.build = "sphinx-build -M html docs docs/_build {args}" scripts.open = "python -m webbrowser -t docs/_build/html/index.html" scripts.clean = "git clean -fdX -- {args:docs}"