Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Docs: Sphinx warnings: fix passing command line arguments passed to t…
…he check script
  • Loading branch information
m-aciek committed Jul 11, 2025
commit 719ee3cf006e89790b5f66e101565102cc0105c5
2 changes: 1 addition & 1 deletion Doc/tools/check-warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,4 @@ def main(argv: list[str] | None = None) -> int:


if __name__ == "__main__":
sys.exit(main())
sys.exit(main(sys.argv[1:]))
Loading