Tell myst to ignore ambiguous :std:ref: :std:doc: references

at least, hope it only ignors it when it is identical ref and doc (title is same as filename for the same file)
This commit is contained in:
benjamin melançon 2024-04-02 02:46:40 -04:00
parent b7625ccf4f
commit 05c644234c

View file

@ -48,6 +48,7 @@ extensions = [
] ]
myst_heading_anchors = 5 myst_heading_anchors = 5
suppress_warnings = ["myst.xref_ambiguous"]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']