We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be0630 commit 84a6270Copy full SHA for 84a6270
doc/extdev/appapi.rst
@@ -298,7 +298,9 @@ Here is a more detailed list of these events.
298
299
Emitted when a cross-reference to an object cannot be resolved even after
300
:event:`missing-reference`. If the event handler can emit warnings for
301
- the missing reference, it should return ``True``.
+ the missing reference, it should return ``True``. The configuration variables
302
+ :confval:`nitpick_ignore` and :confval:`nitpick_ignore_regex` prevent the
303
+ event from being emitted for the corresponding nodes.
304
305
.. versionadded:: 3.4
306
0 commit comments