We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fa53b commit e1e6ff3Copy full SHA for e1e6ff3
1 file changed
doc/dune-files.rst
@@ -228,6 +228,26 @@ where ``<setting>`` is one of:
228
- ``(enabled_for <languages>)`` can be used to restrict the languages that are
229
considered for formatting.
230
231
+.. _subst:
232
+
233
+subst
234
+----------
235
236
+Starting in dune 3.0, :ref:`dune-subst` can be explicitly disabled or enabled.
237
+By default it is enabled.
238
+controlled by using
239
240
+.. code:: scheme
241
242
+ (subst <setting>)
243
244
+where ``<setting>`` is one of:
245
246
+- ``disabled``, meaning that any call of `dune subst` in this project is
247
+ forbidden and will result in an error.
248
249
+- ``enabled``, allowing substitutions explicitly. This is the default.
250
251
.. _generate_opam_files:
252
253
generate_opam_files
0 commit comments