From 9980d67f6f7d7b1e5fa5dde714b40c86e395b3da Mon Sep 17 00:00:00 2001 From: Ben Scott Date: Thu, 8 May 2025 16:01:16 -0400 Subject: [PATCH] [#3881] Move "Configuration Files Inclusion" The RST section on the JSON 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 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/sphinx/arm/config.rst b/doc/sphinx/arm/config.rst index 6d8c42b648..0c3eaea90a 100644 --- a/doc/sphinx/arm/config.rst +++ b/doc/sphinx/arm/config.rst @@ -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 -- 2.47.3