Skip to content

Commit 9d4f079

Browse files
committed
Suppress warnings for unknown mime type
1 parent 21ec468 commit 9d4f079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262

6363
suppress_warnings = [
6464
'misc.highlighting_failure', # Suppress warning in exception in digits_vae
65+
'mystnb.unknown_mime_type', # Suppress warning for unknown mime type (e.g. colab-display-data+json)
6566
]
6667

6768
# -- Options for myst ----------------------------------------------

0 commit comments

Comments
 (0)