@@ -345,7 +345,7 @@ General configuration
345
345
* ``app.add_role ``
346
346
* ``app.add_generic_role ``
347
347
* ``app.add_source_parser ``
348
- * ``autosectionlabel.* ``
348
+ * ``config.cache ``
349
349
* ``download.not_readable ``
350
350
* ``epub.unknown_project_files ``
351
351
* ``epub.duplicated_toc_entry ``
@@ -367,7 +367,14 @@ General configuration
367
367
* ``toc.not_readable ``
368
368
* ``toc.secnum ``
369
369
370
- Then extensions can also define their own warning types.
370
+ Extensions can also define their own warning types.
371
+ Those defined by the first-party ``sphinx.ext `` extensions are:
372
+
373
+ * ``autodoc ``
374
+ * ``autodoc.import_object ``
375
+ * ``autosectionlabel.<document name> ``
376
+ * ``autosummary ``
377
+ * ``intersphinx.external ``
371
378
372
379
You can choose from these types. You can also give only the first
373
380
component to exclude all warnings attached to it.
@@ -388,7 +395,7 @@ General configuration
388
395
389
396
.. versionchanged :: 2.1
390
397
391
- Added ``autosectionlabel.* ``
398
+ Added ``autosectionlabel.<document name> ``
392
399
393
400
.. versionchanged :: 3.3.0
394
401
@@ -402,9 +409,13 @@ General configuration
402
409
403
410
Added ``i18n.inconsistent_references ``
404
411
405
- .. versionadded :: 7.1
412
+ .. versionadded :: 7.1
413
+
414
+ Added ``index `` warning type.
415
+
416
+ .. versionadded :: 7.3
406
417
407
- Added ``index `` warning type.
418
+ Added ``config.cache `` warning type.
408
419
409
420
.. confval :: needs_sphinx
410
421
0 commit comments