Verified Commit 8a0773be authored by Yunus Sevinchan's avatar Yunus Sevinchan
Browse files

Ignore myst.xref_missing (as a last resort)

No idea how to do this differently.
parent 687f471c
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -104,7 +104,9 @@ exclude_patterns = [
pygments_style = None

# Can suppress some warnings that cannot be resolved
suppress_warnings = []
suppress_warnings = [
    "myst.xref_missing",  # because of different syntax in copied .md files
]


# -- Options for HTML output --------------------------------------------------