diff --git a/conf.py b/conf.py index c8c829a..0a47145 100644 --- a/conf.py +++ b/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']