We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf74063 commit 667bb24Copy full SHA for 667bb24
_config.yml
@@ -59,6 +59,8 @@ sphinx:
59
recursive_update: true
60
config:
61
templates_path: ["_templates"]
62
+ suppress_warnings: ["mystnb.unknown_mime_type"]
63
googleanalytics_id: G-TB617QHPDG
64
html_theme_options:
65
"article_header_end": ["article-header-buttons-ampl.html"]
66
+
conf.py
@@ -101,3 +101,4 @@
101
"manual",
102
),
103
]
104
+suppress_warnings = ["mystnb.unknown_mime_type"]
0 commit comments