mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #6230: Inappropriate node_id has been generated by glossary directive
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -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
|
||||
--------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user