From fe1f28fe7cd892fc6513b6dbe782a49e0dda26b7 Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Sun, 7 May 2023 16:09:09 -0700 Subject: [PATCH] Change a few configuration file options from required to not required These are not required in our configuration specification Resolves #10302 --- docs/user/config-file/v2.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user/config-file/v2.rst b/docs/user/config-file/v2.rst index 01d83afe0c7..f7249d77c96 100644 --- a/docs/user/config-file/v2.rst +++ b/docs/user/config-file/v2.rst @@ -194,7 +194,7 @@ The path to the requirements file, relative to the root of the project. :Key: ``requirements`` :Type: ``path`` -:Required: ``true`` +:Required: ``false`` Example: @@ -222,7 +222,7 @@ The path to the package, relative to the root of the project. :Key: ``path`` :Type: ``path`` -:Required: ``true`` +:Required: ``false`` The installation method. @@ -297,7 +297,7 @@ conda.environment The path to the Conda `environment file `_, relative to the root of the project. :Type: ``path`` -:Required: ``true`` +:Required: ``false`` build ~~~~~