Skip to content

Commit a7926d1

Browse files
authored
Change a few configuration file options from required to not required (#10303)
These are not required in our configuration specification Resolves #10302
1 parent bb0b88c commit a7926d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user/config-file/v2.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The path to the requirements file, relative to the root of the project.
194194

195195
:Key: ``requirements``
196196
:Type: ``path``
197-
:Required: ``true``
197+
:Required: ``false``
198198

199199
Example:
200200

@@ -222,7 +222,7 @@ The path to the package, relative to the root of the project.
222222

223223
:Key: ``path``
224224
:Type: ``path``
225-
:Required: ``true``
225+
:Required: ``false``
226226

227227
The installation method.
228228

@@ -297,7 +297,7 @@ conda.environment
297297
The path to the Conda `environment file <https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`_, relative to the root of the project.
298298

299299
:Type: ``path``
300-
:Required: ``true``
300+
:Required: ``false``
301301

302302
build
303303
~~~~~

0 commit comments

Comments
 (0)