diff --git a/conf.py b/conf.py index bf019106..943b7d4f 100644 --- a/conf.py +++ b/conf.py @@ -148,7 +148,8 @@ def setup(app): html_last_updated_fmt = '%b %d, %Y' suppress_warnings = [ - 'toc.not_readable', # Suppress warnings about excluded toctree entries + 'myst.directive_option', + 'myst.xref_missing', ] rst_epilog = """