-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathsphinx.conf
26 lines (26 loc) · 1.01 KB
/
sphinx.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Known Sphinx generation messages to ignore
#
#
# for toctree glob, we give patterns that go down many levels that might not
# contain any documents along the way
^.*WARNING: toctree glob pattern '.*\/\*' didn't match any documents$
#
^.*from sphinx.util import.*$
# ignore warnings about deprecating features in future Sphinx versions
^.*RemovedInSphinx80Warning.*$
#
^WARNING: while setting up extension myst_parser: Failed to convert typing.Any to a set or tuple$
#
^.*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: '[^\']*'.*$
#
^.*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: .*$
# Ignore unknown pygments lexer names
^.*WARNING: Pygments lexer name .* is not known$