Skip to content

Commit 7eb7275

Browse files
committed
reword and simplify some bits
1 parent adb51db commit 7eb7275

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ conda_install_tool
293293
Use this option to choose which tool is used to provision the tooling in your feedstock.
294294
Currently allowed options are:
295295

296-
- ``conda``: Vanilla ``conda install ...`` with no explicit solver configuration. Note that it will still respect the value configured in :ref:`conda_solver`, if any.
296+
- ``conda``: ``conda install ...``. You can change which solver to use via :ref:`conda_solver`.
297297
- ``mamba``: ``mamba install ...`` as provided by the `mamba project <https://github.com/mamba-org/mamba>`__. ``conda_solver`` has no effect here.
298298

299299
.. _conda_solver:
@@ -302,7 +302,8 @@ conda_solver
302302
------------
303303

304304
Choose which ``conda`` solver plugin to use for feedstock builds.
305-
The default is ``libmamba``. Other values include ``classic``.
305+
Note this configuration might :ref:`conda_build_tool` (e.g. when set to ``conda-build``)
306+
and :ref:`conda_install_tool` (e.g. when set to ``conda``).
306307

307308
.. _docker:
308309

0 commit comments

Comments
 (0)