8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4859529 commit 6348a81Copy full SHA for 6348a81
Doc/conf.py
@@ -484,6 +484,17 @@ def setup(app):
484
app.add_directive("autolink-skip", AutolinkSkip, override=False)
485
app.add_directive("autolink-preface", AutolinkPreface, override=False)
486
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
498
# Options for LaTeX output
499
# ------------------------
500
0 commit comments