Fix #6375: extlinks: Cannot escape angle brackets in link caption

This commit is contained in:
Takeshi KOMIYA
2019-05-16 23:14:57 +09:00
parent c81ae00430
commit 092d87bde9
3 changed files with 18 additions and 2 deletions

View File

@@ -114,6 +114,7 @@ Bugs fixed
* #6165: autodoc: ``tab_width`` setting of docutils has been ignored
* #6311: autosummary: autosummary table gets confused by complex type hints
* Generated Makefiles lack a final EOL (refs: #6232)
* #6375: extlinks: Cannot escape angle brackets in link caption
Testing
--------