1
1
Configuring conda-forge.yml
2
2
***************************
3
3
4
- You can configure how conda-forge is setup and builds via the ``conda-forge.yml ``
4
+ You can configure how conda-forge is set up and built via the ``conda-forge.yml ``
5
5
file that is present in the root directory of a feedstock.
6
6
7
7
Rerendering the feedstock after you modify this file is usually required and always a good idea (see :ref: `dev_update_rerender `).
@@ -204,7 +204,7 @@ circle
204
204
--------
205
205
The top-level ``circle `` key specifies configurations for the Circle
206
206
CI service. This is usually **read-only ** and should not normally be manually
207
- modified. Tools like conda-smithy may modify this, as need . It has a single
207
+ modified. Tools like conda-smithy may modify this, as needed . It has a single
208
208
``secure `` field which contains the binstar token. For example:
209
209
210
210
.. code-block :: yaml
@@ -393,7 +393,7 @@ remote_ci_setup
393
393
---------------
394
394
This option can be used to override the default ``conda-forge-ci-setup `` package.
395
395
Can be given with ``${url or channel_alias}::package_name ``, defaults to conda-forge
396
- channel_alias if no prefix given.
396
+ channel_alias if no prefix is given.
397
397
398
398
.. code-block :: yaml
399
399
@@ -406,7 +406,7 @@ skip_render
406
406
This option specifies a list of files which conda smithy will skip rendering.
407
407
The possible values can be a subset of ``.gitignore ``, ``.gitattributes ``, ``README.md ``, ``LICENSE.txt ``.
408
408
The default value is an empty list [ ], i.e. all these four files will be generated by conda smithy.
409
- For example, if you want to customize .gitignore and LICENSE.txt file by your own, you should have the following configuration.
409
+ For example, if you want to customize .gitignore and LICENSE.txt files on your own, you should have the following configuration.
410
410
411
411
.. code-block :: yaml
412
412
@@ -437,7 +437,7 @@ travis
437
437
------
438
438
The top-level ``travis `` key specifies configurations for the Travis
439
439
CI service. This is usually **read-only ** and should not normally be manually
440
- modified. Tools like conda-smithy may modify this, as need . It has a single
440
+ modified. Tools like conda-smithy may modify this, as needed . It has a single
441
441
``secure `` field which contains the binstar token. For example:
442
442
443
443
.. code-block :: yaml
0 commit comments