Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-02-06 08:54:21 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-02-06 09:59:01 +0300
commit1546b21f89e5596ebe85dd7f879d75829f897c18 (patch)
treeafc723e7f6fc5a10cbf232075e09007a2363e156 /CHANGES
parent9b142f15e60dbb7cd91c9c4f1b632702065ee72c (diff)
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.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a1b2479a3..2dc01faf8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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