From a8d01c0bf65013ee7cc019b47f36e1cda00bd8f0 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Fri, 24 Sep 2021 11:57:50 +0200 Subject: [PATCH] [#2050] Config templates moved to Appendix --- doc/sphinx/arm/config.rst | 3 --- doc/sphinx/conf.py | 1 - doc/sphinx/index.rst | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/sphinx/arm/config.rst b/doc/sphinx/arm/config.rst index 5ca752d394..d21fb671cc 100644 --- a/doc/sphinx/arm/config.rst +++ b/doc/sphinx/arm/config.rst @@ -260,6 +260,3 @@ where the content of "subnets.json" may be: "subnet": "10.0.0.0/8" } ], - - -.. include:: config-templates.rst diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 3a47563201..8a6c7783fc 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -90,7 +90,6 @@ exclude_patterns = [ 'arm/hooks-class-cmds.rst', 'arm/hooks-cb-cmds.rst', 'arm/config-backend.rst', - 'arm/config-templates.rst', 'arm/hooks-ha.rst', 'arm/hooks-host-cache.rst', 'arm/hooks-lease-cmds.rst', diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst index d61306d170..438621e38d 100644 --- a/doc/sphinx/index.rst +++ b/doc/sphinx/index.rst @@ -56,6 +56,7 @@ Other useful Kea information can be found in our api manpages kea-messages + arm/config-templates.rst umls grammar/grammar arm/acknowledgments -- 2.47.2