]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3730] Unrelated: fix a doc error on old Sphinx
authorAndrei Pavel <andrei@isc.org>
Fri, 21 Feb 2025 13:09:57 +0000 (15:09 +0200)
committerAndrei Pavel <andrei@isc.org>
Fri, 21 Feb 2025 16:43:18 +0000 (18:43 +0200)
doc/sphinx/arm/hooks-lease-cmds.rst

index 8ed156cbbe16883a34ff82552fd92b290fb9727a..a559d73f724b3c2c2d2b14ed0f585898cb4898f0 100644 (file)
@@ -1162,7 +1162,7 @@ contents would look similar to the following:
 When stored in database back ends, the user-context will not contain line breaks
 as shown above and would appear as follows:
 
-.. code-block::
+.. code-block:: text
 
     { "ISC": { "binding-variables": { "domain-name": "example.org", "opt-222": "01:02:03:04" } } }
 
@@ -1170,7 +1170,7 @@ When using memfile lease storage, the ``user-context`` is output with commas rep
 the escape sequence "&#x2c".  This is necessary to prevent interference with the lease file
 parsing.  The example output above would appear as follows in a memfile lease file:
 
-.. code-block::
+.. code-block:: text
 
     { "ISC": { "binding-variables": { "domain-name": "example.org"&#x2c "opt-222": "01:02:03:04" } } }