From 4896e55e42ea27787d1e8b6fef84c378e1342687 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Fri, 17 May 2024 18:34:59 -0400 Subject: [PATCH] Update [ghstack-poisoned] --- docs/config.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/config.rst b/docs/config.rst index 7e7a0cc..e88d2d3 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -73,6 +73,12 @@ The following project-level options are supported in the ``[tool.thx]`` table: of jobs that will be run. If not set and no jobs are requested, `thx` will output a list of known jobs, equivalent to running ``thx list``. +.. attribute:: extras + :type: list[str] + + This specifies a list of package "extras" or optional dpendendencies to be + installed when initializing virtual environments and installing the project. + .. attribute:: python_versions :type: list[str]