Fix #6230: Inappropriate node_id has been generated by glossary directive

This commit is contained in:
Takeshi KOMIYA
2019-03-31 16:14:51 +09:00
parent 3f8a336d3a
commit cda4642bc1
3 changed files with 9 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ Incompatible changes
* Ignore filenames without file extension given to ``Builder.build_specific()``
API directly
* #6230: The anchor of term in glossary directive is changed if it is consisted
by non-ASCII characters
Deprecated
----------
@@ -56,6 +58,9 @@ Features added
Bugs fixed
----------
* #6230: Inappropriate node_id has been generated by glossary directive if term
is consisted by non-ASCII characters
Testing
--------