8000 Set suppress_warnings · python/cpython@6348a81 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6348a81

Browse files
committed
Set suppress_warnings
1 parent 4859529 commit 6348a81

File tree

< 8000 span class="prc-TooltipV2-Tooltip-cYMVY" data-direction="se" aria-hidden="true" id=":R4atdab:">Collapse file tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Doc/conf.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,17 @@ def setup(app):
484484
app.add_directive("autolink-skip", AutolinkSkip, override=False)
485485
app.add_directive("autolink-preface", AutolinkPreface, override=False)
486486

487+
488+
suppress_warnings = [
489+
"app.add_directive",
490+
"codeautolink.import_star",
491+
"codeautolink.match_block",
492+
"codeautolink.match_name",
493+
"codeautolink.parse_block",
494+
"config.cache",
495+
]
496+
497+
487498
# Options for LaTeX output
488499
# ------------------------
489500

0 commit comments

Comments
 (0)
0