]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs: fix invalid footnote syntax
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Oct 2024 09:36:20 +0000 (11:36 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Oct 2024 11:08:32 +0000 (13:08 +0200)
commiteffb0f7724bc317c1d4c13b92040ef1a022ab1a7
treea98e24001776facdb6c46c27a18ea326222ff396
parent872e9581f705a98a26048180c454dedabc535b86
docs: fix invalid footnote syntax

All footnotes must come after a separator in reStructuredText.  Fix the
two files in which this does not happen.

This mistake causes the link to be rendered literally:

   ...from the venv itself[#distlib]_. If no...

and is caught by Sphinx 8.1.0 as an unreferenced footnote.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
docs/devel/atomics.rst
docs/devel/build-system.rst