Skip to content

Commit a15098b

Browse files
committed
add ignore on myst.domain warnings
1 parent 4b63d81 commit a15098b

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
@@ -44,7 +44,7 @@ sphinx:
4444
nb_render_image_options:
4545
width: 80%
4646
nb_code_prompt_show: "Show {type}"
47-
suppress_warnings: [mystnb.unknown_mime_type]
47+
suppress_warnings: [mystnb.unknown_mime_type, myst.domains]
4848
# -------------
4949
html_js_files:
5050
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js

0 commit comments

Comments
 (0)