]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.18] fix: doc: All footnotes need to have unique name and be referenced
authorMichal Nowak <mnowak@isc.org>
Mon, 21 Oct 2024 09:15:55 +0000 (09:15 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 21 Oct 2024 09:15:55 +0000 (09:15 +0000)
With Sphinx 8.1.0, footnotes can't stand on their own and have to be
referenced from somewhere, otherwise build fails, e.g.:

    doc/dnssec-guide/signing.rst:1470: WARNING: Footnote [#] is not referenced. [ref.footnote]

Backport of MR !9663

Merge branch 'backport-mnowak/fix-dnssec-guide-footnote-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9671


Trivial merge