Merge pull request #6376 from tk0miya/6375_angle_brackets_in_linktitle

Fix #6375: extlinks: Cannot escape angle brackets in link caption
This commit is contained in:
Takeshi KOMIYA
2019-05-19 23:43:50 +09:00
committed by GitHub
3 changed files with 18 additions and 2 deletions

View File

@@ -117,6 +117,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
* #6378: linkcheck: Send commonly used User-Agent
Testing