Fix #9121: py domain: duplicated warning for canonical and alias

A duplicated warning is emitted when both canonical and its alias
objects are defined on the same document. But it should not be emitted
because they're the same object, not conflicted.
This commit is contained in:
Takeshi KOMIYA
2021-04-23 01:19:18 +09:00
parent dfdc7626b5
commit d02a466cb5
3 changed files with 52 additions and 9 deletions

View File

@@ -23,6 +23,8 @@ Features added
* #9098: html: copy-range protection for doctests doesn't work in Safari
* #9103: LaTeX: imgconverter: conversion runs even if not needed
* #8127: py domain: Ellipsis in info-field-list causes nit-picky warning
* #9121: py domain: duplicated warning is emitted when both canonical and its
alias objects are defined on the document
* #9023: More CSS classes on domain descriptions, see :ref:`nodes` for details.
Bugs fixed