We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d1963 commit 55dee12Copy full SHA for 55dee12
galleries/users_explain/text/mathtext.py
@@ -221,6 +221,7 @@
221
# ``\mathcal{CALLIGRAPHY}`` :mathmpl:`\mathcal{CALLIGRAPHY}`
222
# ========================= ================================
223
#
224
+# .. rstcheck: ignore-directives=role
225
# .. role:: math-stix(mathmpl)
226
# :fontset: stix
227
pyproject.toml
@@ -200,6 +200,4 @@ ignore_messages = [
200
"Hyperlink target \".*\" is not referenced.",
201
"Duplicate implicit target name: \".*\".",
202
"Duplicate explicit target name: \".*\".",
203
- # error in role directive is `.. role:: math-stix(mathmpl)
204
- "Error in \"role\" directive:",
205
]
0 commit comments