Skip to content

Commit

Permalink
doc: update known issues filter (#198)
Browse files Browse the repository at this point in the history
Update patterns used by the filtering script to account for changes in myst warnings

Signed-off-by: David B. Kinder <[email protected]>
Co-authored-by: David B. Kinder <[email protected]>
  • Loading branch information
dbkinder and dbkinder1 authored Oct 3, 2024
1 parent 3bca18d commit b238339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .known-issues/sphinx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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$

0 comments on commit b238339

Please sign in to comment.