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$