Skip to content

Commit 09ccdf7

Browse files
committed
disable syntax highlighting for warnings/errors in documentation for deprecated easyconfigs
1 parent bee5ca2 commit 09ccdf7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/Deprecated-easyconfigs.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,18 @@ Since EasyBuild v3.8.0, individual easyconfig files or particular (versions of)
1515
Symptoms
1616
--------
1717

18-
Using an easyconfig file or toolchain that was marked as deprecated results in a warning message like::
18+
Using an easyconfig file or toolchain that was marked as deprecated results in a warning message like:
19+
20+
.. code:: text
1921
2022
WARNING: Deprecated functionality, will no longer work in v4.0: easyconfig file '/home/example/test.eb' is marked as deprecated:
2123
This is an example message explaining why the easyconfig file was deprecated.
2224
(see also http://easybuild.readthedocs.org/en/latest/Deprecated-easyconfigs.html)
2325
2426
Or, in case you are trying to use an easyconfig file or toolchain that was marked deprecated in a previous major version
25-
of EasyBuild::
27+
of EasyBuild:
28+
29+
.. code:: text
2630
2731
ERROR: Failed to process easyconfig /home/example/test.eb: DEPRECATED (since v4.0) functionality used: easyconfig file '/home/example/test.eb' is marked as deprecated:
2832
This is an example message explaining why the easyconfig file was deprecated.

0 commit comments

Comments
 (0)