From: Francis Dupont Date: Wed, 20 May 2020 22:07:09 +0000 (+0200) Subject: [#1180] Fix attempt X-Git-Tag: Kea-1.7.8~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34aae5196e4e0d2b04d597c079a334027eef213d;p=thirdparty%2Fkea.git [#1180] Fix attempt --- diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am index 16b14d6ace..c501721fbf 100644 --- a/doc/sphinx/Makefile.am +++ b/doc/sphinx/Makefile.am @@ -37,6 +37,7 @@ rst_arm_sources+=arm/hooks-class-cmds.rst rst_arm_sources+=arm/hooks-ha.rst rst_arm_sources+=arm/hooks-host-cache.rst rst_arm_sources+=arm/hooks-lease-cmds.rst +rst_arm_sources+=arm/hooks-lease-query.rst rst_arm_sources+=arm/hooks-radius.rst rst_arm_sources+=arm/hooks.rst rst_arm_sources+=arm/hooks-stat-cmds.rst diff --git a/doc/sphinx/arm/hooks-lease-query.rst b/doc/sphinx/arm/hooks-lease-query.rst index 72acf77bfc..6b8bdcf58e 100644 --- a/doc/sphinx/arm/hooks-lease-query.rst +++ b/doc/sphinx/arm/hooks-lease-query.rst @@ -1,4 +1,4 @@ -.. lease-query: +.. _lease-query: lease_query: Leasequery ======================= @@ -16,7 +16,7 @@ added in the near future. The Leasequery library is part of the premium source code and is available to ISC's paid support customers. -.. lease-query-dhcpv4: +.. _lease-query-dhcpv4: DHCPv4 Leasequery ~~~~~~~~~~~~~~~~~ @@ -118,7 +118,7 @@ RFC 4388 allows requesters to ask for specific options via the dhcp-parameter-request-list (PRL, option 55). This is not currently supported but may be added at a future date. -.. lease-query-dhcpv4-config: +.. _lease-query-dhcpv4-config: DHCPv4 Leasequery Configuration ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index eaaa5a1309..6ad315c93e 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -82,6 +82,7 @@ exclude_patterns = [ 'arm/hooks-ha.rst', 'arm/hooks-host-cache.rst', 'arm/hooks-lease-cmds.rst', + 'arm/hooks-lease-query.rst', 'arm/hooks-radius.rst', 'arm/hooks-stat-cmds.rst', 'arm/hammer.rst',