Skip to content

Commit 3a8cf61

Browse files
authored
improved conda_forge_yml.rst
1 parent 45521b3 commit 3a8cf61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Configuring conda-forge.yml
22
***************************
33

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``
55
file that is present in the root directory of a feedstock.
66

77
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
204204
--------
205205
The top-level ``circle`` key specifies configurations for the Circle
206206
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
208208
``secure`` field which contains the binstar token. For example:
209209

210210
.. code-block:: yaml
@@ -393,7 +393,7 @@ remote_ci_setup
393393
---------------
394394
This option can be used to override the default ``conda-forge-ci-setup`` package.
395395
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.
397397

398398
.. code-block:: yaml
399399
@@ -406,7 +406,7 @@ skip_render
406406
This option specifies a list of files which conda smithy will skip rendering.
407407
The possible values can be a subset of ``.gitignore``, ``.gitattributes``, ``README.md``, ``LICENSE.txt``.
408408
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.
410410

411411
.. code-block:: yaml
412412
@@ -437,7 +437,7 @@ travis
437437
------
438438
The top-level ``travis`` key specifies configurations for the Travis
439439
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
441441
``secure`` field which contains the binstar token. For example:
442442

443443
.. code-block:: yaml

0 commit comments

Comments
 (0)