mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix #2206: Sphinx latex doc build failed if footnotes in caption of figure
At same time, refactored around pending footnotes (tables, terms and figures). They are all controled as ``pending_footnotes``.
This commit is contained in:
@@ -46,3 +46,9 @@ Footnote in term [#]_
|
||||
Description2
|
||||
|
||||
.. [#] Footnote in term
|
||||
|
||||
.. figure:: rimg.png
|
||||
|
||||
This is the figure caption with a footnote to [#]_.
|
||||
|
||||
.. [#] Footnote in caption
|
||||
|
||||
Reference in New Issue
Block a user