]> git.ipfire.org Git - thirdparty/bind9.git/commit
[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)
commit59e20811fc8aee0ae922fdb794284a99bd76bc4c
treeaffab071965d4eb3c03a478bf51934fad2cf61c7
parent002141af2e1e92418f3f620168da1d99cab85fba
parenteb9061e7f1e59d0e009944765e9f82a866379bdf
[9.18] fix: doc: All footnotes need to have unique name and be referenced

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