From d73b22fef81b9576e65d641bda02da284b1772dc Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Sat, 28 Nov 2020 15:42:54 +0100 Subject: [PATCH] doc: fix code-block syntax issue in hide-and-forbid-modules An argument value was missing for a code-block in the hide-and-forbid-modules cookbook recipe. Set value to none, as this block cannot be highlighted as Tcl code. --- doc/source/cookbook/hide-and-forbid-modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/cookbook/hide-and-forbid-modules.rst b/doc/source/cookbook/hide-and-forbid-modules.rst index c2565cf8..aece7512 100644 --- a/doc/source/cookbook/hide-and-forbid-modules.rst +++ b/doc/source/cookbook/hide-and-forbid-modules.rst @@ -276,7 +276,7 @@ available for *appA* and this new version fixes a lot of issues that were encountered with version 1.0. Decommission date for ``appA/1.0`` is planned on November 18th. -.. code-block:: +.. code-block:: none # decommission of old version of appA set nearmsg {appA/1.0 will be decommissioned, please use appA/2.0}