mbox series

[0/3] docs: fix and cleanup footnotes

Message ID 20241011094948.34550-1-pbonzini@redhat.com (mailing list archive)
Headers show
Series docs: fix and cleanup footnotes | expand

Message

Paolo Bonzini Oct. 11, 2024, 9:49 a.m. UTC
Sphinx 8.1.0 got a lot better at detecting unreferenced footnotes, and
we have three of them---which causes the build to fail when the latest
version of sphinx is installed from Pip.

Patches 1 and 2 fix them, while the third is a general improvement in
the appearance of the rendered footnotes and the consistency of the
rST syntax.

An example of a failing job is https://gitlab.com/bonzini/qemu/-/jobs/8060240732.

Paolo

Paolo Bonzini (3):
  docs: fix invalid footnote syntax
  docs: avoid unreferenced footnote
  docs: use consistent markup for footnotes

 docs/devel/atomics.rst              | 6 +++---
 docs/devel/build-system.rst         | 6 +++---
 docs/devel/loads-stores.rst         | 2 +-
 docs/devel/maintainers.rst          | 4 ++--
 docs/devel/migration/mapped-ram.rst | 4 ++--
 docs/devel/testing/acpi-bits.rst    | 4 ++--
 docs/specs/fw_cfg.rst               | 4 ++--
 docs/specs/rapl-msr.rst             | 4 ++--
 8 files changed, 17 insertions(+), 17 deletions(-)