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:
parent
b7625ccf4f
commit
05c644234c
1 changed files with 1 additions and 0 deletions
1
conf.py
1
conf.py
|
@ -48,6 +48,7 @@ extensions = [
|
|||
]
|
||||
|
||||
myst_heading_anchors = 5
|
||||
suppress_warnings = ["myst.xref_ambiguous"]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
|
Loading…
Reference in a new issue