We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21ec468 + 9d4f079 commit 3c6b421Copy full SHA for 3c6b421
docs/conf.py
@@ -62,6 +62,7 @@
62
63
suppress_warnings = [
64
'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)
66
]
67
68
# -- Options for myst ----------------------------------------------
0 commit comments