summaryrefslogtreecommitdiff
path: root/tests/roots/test-domain-py-xref-warning/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix #6914: Emit a detailed warning when failed to resolve :ref:Takeshi KOMIYA2020-11-031-0/+0
To be clear the ambiguous warning for missing-reference :ref:, this separates the warning to missing-label and missing-caption. To emit a warning dynamically, this also adds a new event: `warn-missing-reference` to customize warning messages via event handlers.