Skip to content
Success

#27852 (Mar 30, 2026, 1:32:43 PM)

Started 18 hr ago
Took 1.8 sec on build5-deb12build-ansible

Started by upstream project gerrit-pysim build number 3023
originally caused by:

This run spent:

  • 17 sec waiting;
  • 1.8 sec build duration;
  • 19 sec total from scheduled to completion.
Revision: b0ad68e7ff3a14ef91ab52f5112648bb49e3e64e
Repository: $GERRIT_REPO_URL
  • master
docs/conf.py: silence autosectionlabel duplicate-label warnings

sphinxarg.ext generates generic sub-headings ("Named arguments",
"Positional arguments", "Sub-commands", "General options", ...) for
every argparse command and tool.  These repeat across many files and
trigger large numbers of autosectionlabel duplicate-label warnings.

Two-pronged fix:

* `autosectionlabel_maxdepth = 3` eliminates the depth-4+ warnings
  (sub-headings inside each individual command block).
* `suppress_warnings` per file silences the residual depth-3 collisions
  ("serial reader", "decode_hex", "sub-commands", ...) that still
  appear across tool documentation files.

Cross-references into these generic argparse-generated sections are not
a supported use-case, so suppressing the warnings is appropriate.

Change-Id: I9cdf2a4f6cbd435b16b90ab668205600ffd7c3b0
Vadim Yanitskiy at