Skip to content

Commit 667bb24

Browse files
committed
sphinx: add suppress_warnings
1 parent bf74063 commit 667bb24

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ sphinx:
5959
recursive_update: true
6060
config:
6161
templates_path: ["_templates"]
62+
suppress_warnings: ["mystnb.unknown_mime_type"]
6263
googleanalytics_id: G-TB617QHPDG
6364
html_theme_options:
6465
"article_header_end": ["article-header-buttons-ampl.html"]
66+

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@
101101
"manual",
102102
),
103103
]
104+
suppress_warnings = ["mystnb.unknown_mime_type"]

0 commit comments

Comments
 (0)