Skip to content

Commit 7fbaa6f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 79d0f89 commit 7fbaa6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

myst_parser/sphinx_ext/mathjax.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ def override_mathjax(app: Sphinx):
7171
config.setdefault("options", {})
7272
if (
7373
"processHtmlClass" in config["options"]
74-
and config["options"]["processHtmlClass"]
75-
!= mjax_classes
74+
and config["options"]["processHtmlClass"] != mjax_classes
7675
):
7776
log_override_warning(
7877
app,

0 commit comments

Comments
 (0)