From 6ee3ebd0739ecaa6a1f6140520f8452a43b4119d Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Tue, 23 Jul 2019 08:05:59 +0100 Subject: [PATCH] Fix rst syntax Signed-off-by: Jeremie Dimino --- doc/advanced-topics.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/advanced-topics.rst b/doc/advanced-topics.rst index bed9886e2b0..dad0cadcfb5 100644 --- a/doc/advanced-topics.rst +++ b/doc/advanced-topics.rst @@ -280,10 +280,10 @@ corresponding to every ``test`` stanza). In order to better control the compilation of JS targets, this behaviour can be turned off by using ``(explicit_js_mode)`` in the ``dune-project`` file. -When explicit JS mode is enabled, an explicit `js` mode needs to be added to the -``(modes ...)`` field of executables in order to trigger JS -compilation. Explicit JS targets declared like this will be attached to the -``@all`` alias. +When explicit JS mode is enabled, an explicit ``js`` mode needs to be +added to the ``(modes ...)`` field of executables in order to trigger +JS compilation. Explicit JS targets declared like this will be +attached to the ``@all`` alias. Starting from dune 2.0 this new behaviour will be the default and JS compilation of binaries will need to be explicitly declared.