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-13 14:19:41 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-02-13 14:20:42 +0300
commit01d06f9ffe0cd2388156fb53287496f45165519c (patch)
treec2f0425a129cc078d5c538de0cf186cc2e16a1a2 /CHANGES
parent6f0a8f3516063ebd3cbef503832f65e0f8adcc72 (diff)
Fix #10175: LaTeX: named footnote ref is linked to an incorrect footnote
A named footnote reference will be converted to a hyperlink to an incorrect footnote if the name is also used in the different document.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6d21d43f0..29b8c32e8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -32,6 +32,8 @@ Bugs fixed
unhashable object
* #9529: LaTeX: named auto numbered footnote (ex. ``[#named]``) that is referred
multiple times was rendered to a question mark
+* #10175: LaTeX: named footnote reference is linked to an incorrect footnote if
+ the name is also used in the different document
* #10181: napoleon: attributes are displayed like class attributes for google
style docstrings when :confval:`napoleon_use_ivar` is enabled
* #10122: sphinx-build: make.bat does not check the installation of sphinx-build