Skip to content

Commit 17ff8a0

Browse files
committed
suppress unknown mimetype warnings -- colab as specialized output json now
1 parent 3ee8924 commit 17ff8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ sphinx:
3737
# false-positive links
3838
linkcheck_ignore: ['https://online.stat.psu.edu/stat415/book/export/html/834']
3939
bibtex_reference_style: author_year
40+
suppress_warnings: ["mystnb.unknown_mime_type"]
4041
nb_mime_priority_overrides: [
4142
# HTML
4243
['html', 'application/vnd.jupyter.widget-view+json', 10],
4344
['html', 'application/javascript', 20],
44-
['html', 'application/vnd.colab-display-data+json', 25],
4545
['html', 'text/html', 30],
4646
['html', 'text/latex', 40],
4747
['html', 'image/svg+xml', 50],

0 commit comments

Comments
 (0)