Fix #9529: LaTeX: named footnotes are converted to "?"

Named auto numbered footnote (ex. ``[#named]``) that is referred
multiple times was rendered to a question mark.

This calls `\sphinxstepexplicit` for every footnote node that is
referred multiple times.
This commit is contained in:
Takeshi KOMIYA
2022-02-06 14:54:21 +09:00
parent 9b142f15e6
commit 1546b21f89
5 changed files with 72 additions and 45 deletions

View File

@@ -24,6 +24,8 @@ Bugs fixed
----------
* #10133: autodoc: Crashed when mocked module is used for type annotation
* #9529: LaTeX: named auto numbered footnote (ex. ``[#named]``) that is referred
multiple times was rendered to a question mark
* #10122: sphinx-build: make.bat does not check the installation of sphinx-build
command before showing help