mirror of
https://github.com/envmodules/modules.git
synced 2026-06-14 00:42:43 +08:00
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.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user