Skip to content

Commit ec7809a

Browse files
add doc on skip_render
1 parent 1a2dd08 commit ec7809a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Top-level fields
2929
* osx
3030
* provider
3131
* recipe_dir
32+
* skip_render
3233
* templates
3334
* travis
3435
* win
@@ -273,6 +274,19 @@ The relative path to the recipe directory. The default is:
273274
274275
recipe_dir: recipe
275276
277+
skip_render
278+
---------
279+
This option specifies a list of files which conda smithy will skip rendering.
280+
The possible values can be a subset of ``.gitignore``, ``.gitattributes``, ``README.md``, ``LICENSE.txt``.
281+
The default value is an empty list [ ], i.e. all these four files will be generated by conda smithy.
282+
For example, if you want to customize .gitignore and LICENSE.txt file by your own, you shoud have the following configuration.
283+
284+
.. code-block:: yaml
285+
286+
skip_render:
287+
- .gitignore
288+
- LICENSE.txt
289+
276290
templates
277291
---------
278292
This is mostly an internal field for specifying where templates files live.

0 commit comments

Comments
 (0)