]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3881] Move "Configuration Files Inclusion"
authorBen Scott <bscott@isc.org>
Thu, 8 May 2025 20:01:16 +0000 (16:01 -0400)
committerMarcin Siodelski <marcin@isc.org>
Fri, 20 Jun 2025 10:15:35 +0000 (12:15 +0200)
The RST section on the JSON <?include> feature was put after the
RST include directive for the config-backend.rst file, resulting
in the "Configuration Files Inclusion" content accientally
appearing within the CB section.  Move it to fix and add an RST
comment to make the structure more obvious.

doc/sphinx/arm/config.rst

index 6d8c42b64821312f45bdbcfad783176741f23735..0c3eaea90acc5c049691de8fc694409e50301487 100644 (file)
@@ -278,9 +278,6 @@ in the first subnet defined in the DHCPv4 configuration as
 Dhcp4/subnet4[0]/pool.
 
 
-.. include:: config-backend.rst
-
-
 Configuration Files Inclusion
 -----------------------------
 
@@ -339,3 +336,8 @@ where the content of "subnets.json" may be:
    ],
    ...
    }
+
+
+.. END OF SECTION - put any in-section additions above the includes
+
+.. include:: config-backend.rst