@@ -273,13 +273,19 @@ Suppressing Warnings
273273
274274 If narrower suppression is wanted, the available subtypes for AutoAPI are:
275275
276- * python_import_resolution
277- Used if resolving references to objects in an imported module failed. Potential reasons
278- include cyclical imports and missing (parent) modules.
279- * not_readable
280- Emitted if processing (opening, parsing, ...) an input file failed.
281- * toc_reference
282- Used if a reference to an entry in a table of content cannot be resolved.
276+ * ``python_import_resolution ``:
277+ Emitted if resolving references to objects in an imported module failed.
278+ Potential reasons include cyclical imports and missing (parent) modules.
279+ * ``not_readable ``:
280+ Emitted if processing (opening, parsing, ...) an input file failed.
281+ * ``toc_reference ``:
282+ Emitted if a reference to an entry in a table of content cannot be resolved.
283+ * ``nothing_rendered ``:
284+ Emitted if nothing was found to be documented.
285+ Potential reasons include no files being found in :confval: `autoapi_dirs `
286+ that match :confval: `autoapi_file_patterns `,
287+ or all discovered modules and objects being excluded from rendering due to
288+ :confval: `autoapi_options ` or :ref: `other rendering exclusions <customise-documented-api >`.
283289
284290 So if all AutoAPI warnings concerning unreadable sources and failing Python imports should be
285291 filtered, but all other warnings should not, the option would be
0 commit comments