We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc9253 commit 040b3c0Copy full SHA for 040b3c0
src/pydata_sphinx_theme/utils.py
@@ -60,6 +60,8 @@ def maybe_warn(app: Sphinx, msg, *args, **kwargs):
60
should_warn = theme_options.get("surface_warnings", False)
61
if should_warn:
62
SPHINX_LOGGER.warning(msg, *args, **kwargs)
63
+ else:
64
+ SPHINX_LOGGER.info(msg, *args, **kwargs)
65
66
67
def set_secondary_sidebar_items(
0 commit comments