|
8 | 8 |
|
9 | 9 | ENV_WARNINGS = """\ |
10 | 10 | {root}/autodoc_fodder.py:docstring of autodoc_fodder.MarkupError:\\d+: \ |
11 | | -WARNING: Explicit markup ends without a blank line; unexpected unindent. |
| 11 | +WARNING: Explicit markup ends without a blank line; unexpected unindent. \\[docutils\\] |
12 | 12 | {root}/index.rst:\\d+: WARNING: Encoding 'utf-8-sig' used for reading included \ |
13 | | -file '{root}/wrongenc.inc' seems to be wrong, try giving an :encoding: option |
| 13 | +file '{root}/wrongenc.inc' seems to be wrong, try giving an :encoding: option \\[docutils\\] |
14 | 14 | {root}/index.rst:\\d+: WARNING: invalid single index entry '' |
15 | | -{root}/index.rst:\\d+: WARNING: image file not readable: foo.png |
16 | | -{root}/index.rst:\\d+: WARNING: download file not readable: {root}/nonexisting.png |
| 15 | +{root}/index.rst:\\d+: WARNING: image file not readable: foo.png \\[image.not_readable\\] |
| 16 | +{root}/index.rst:\\d+: WARNING: download file not readable: {root}/nonexisting.png \\[download.not_readable\\] |
17 | 17 | {root}/undecodable.rst:\\d+: WARNING: undecodable source characters, replacing \ |
18 | 18 | with "\\?": b?'here: >>>(\\\\|/)xbb<<<((\\\\|/)r)?' |
19 | 19 | """ |
20 | 20 |
|
21 | 21 | HTML_WARNINGS = ENV_WARNINGS + """\ |
22 | | -{root}/index.rst:\\d+: WARNING: unknown option: '&option' |
23 | | -{root}/index.rst:\\d+: WARNING: citation not found: missing |
| 22 | +{root}/index.rst:\\d+: WARNING: unknown option: '&option' \\[ref.option\\] |
| 23 | +{root}/index.rst:\\d+: WARNING: citation not found: missing \\[ref.ref\\] |
24 | 24 | {root}/index.rst:\\d+: WARNING: a suitable image for html builder not found: foo.\\* |
25 | | -{root}/index.rst:\\d+: WARNING: Lexing literal_block ".*" as "c" resulted in an error at token: ".*". Retrying in relaxed mode. |
| 25 | +{root}/index.rst:\\d+: WARNING: Lexing literal_block ".*" as "c" resulted in an error at token: ".*". Retrying in relaxed mode. \\[misc.highlighting_failure\\] |
26 | 26 | """ |
27 | 27 |
|
28 | 28 | LATEX_WARNINGS = ENV_WARNINGS + """\ |
29 | | -{root}/index.rst:\\d+: WARNING: unknown option: '&option' |
30 | | -{root}/index.rst:\\d+: WARNING: citation not found: missing |
| 29 | +{root}/index.rst:\\d+: WARNING: unknown option: '&option' \\[ref.option\\] |
| 30 | +{root}/index.rst:\\d+: WARNING: citation not found: missing \\[ref.ref\\] |
31 | 31 | {root}/index.rst:\\d+: WARNING: a suitable image for latex builder not found: foo.\\* |
32 | | -{root}/index.rst:\\d+: WARNING: Lexing literal_block ".*" as "c" resulted in an error at token: ".*". Retrying in relaxed mode. |
| 32 | +{root}/index.rst:\\d+: WARNING: Lexing literal_block ".*" as "c" resulted in an error at token: ".*". Retrying in relaxed mode. \\[misc.highlighting_failure\\] |
33 | 33 | """ |
34 | 34 |
|
35 | 35 | TEXINFO_WARNINGS = ENV_WARNINGS + """\ |
36 | | -{root}/index.rst:\\d+: WARNING: unknown option: '&option' |
37 | | -{root}/index.rst:\\d+: WARNING: citation not found: missing |
| 36 | +{root}/index.rst:\\d+: WARNING: unknown option: '&option' \\[ref.option\\] |
| 37 | +{root}/index.rst:\\d+: WARNING: citation not found: missing \\[ref.ref\\] |
38 | 38 | {root}/index.rst:\\d+: WARNING: a suitable image for texinfo builder not found: foo.\\* |
39 | 39 | {root}/index.rst:\\d+: WARNING: a suitable image for texinfo builder not found: \ |
40 | 40 | \\['application/pdf', 'image/svg\\+xml'\\] \\(svgimg.\\*\\) |
|
0 commit comments