Skip to content

Commit 3c6b421

Browse files
authored
Merge pull request #5 from trallard/pr/selamw1/110
Ignore mime-associated warnings (Jupyter book)
2 parents 21ec468 + 9d4f079 commit 3c6b421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

+1
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)