Close #6558: glossary: emit a warning for duplicated glossary entry

This commit is contained in:
Takeshi KOMIYA
2019-07-08 01:20:04 +09:00
parent 1fc4e8c251
commit c358e04b09
4 changed files with 42 additions and 8 deletions

View File

@@ -20,6 +20,8 @@ Incompatible changes
Deprecated
----------
* ``sphinx.domains.std.StandardDomain.add_object()``
Features added
--------------
@@ -27,6 +29,8 @@ Features added
old stub file
* #5923: autodoc: ``:inherited-members:`` option takes a name of anchestor class
not to document inherited members of the class and uppers
* #6558: glossary: emit a warning for duplicated glossary entry
* #6558: std domain: emit a warning for duplicated generic objects
Bugs fixed
----------