From b238339b63174637cabfd9baa40c821cdc12f097 Mon Sep 17 00:00:00 2001 From: David Kinder Date: Thu, 3 Oct 2024 15:13:16 -0700 Subject: [PATCH] doc: update known issues filter (#198) Update patterns used by the filtering script to account for changes in myst warnings Signed-off-by: David B. Kinder Co-authored-by: David B. Kinder --- .known-issues/sphinx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.known-issues/sphinx.conf b/.known-issues/sphinx.conf index 2affba84..cd04ab53 100644 --- a/.known-issues/sphinx.conf +++ b/.known-issues/sphinx.conf @@ -14,13 +14,13 @@ ^.*WARNING: toctree contains reference to document .*that doesn't have a title: no link will be generated$ # ignore intradoc targets # let's ignore all missing targets for now -^.*WARNING: 'myst' cross-reference target not found: '[^\']*' \[myst.xref_missing\]$ +^.*WARNING: 'myst' cross-reference target not found: '[^\']*'.*$ # -^.*WARNING: local id not found in doc .* \[myst.xref_missing\]$ +^.*WARNING: local id not found in doc .*$ # ignore .md files not is a toc tree (used this temporarily) #^.*md: WARNING: document isn't included in any toctree$ # # Mermaid config options -^.*WARNING: 'mermaid': Unknown option keys: .*\[myst.directive_option\]$ +^.*WARNING: 'mermaid': Unknown option keys: .*$ # Ignore unknown pygments lexer names ^.*WARNING: Pygments lexer name .* is not known$