docs: Sphinx >=7.4.0
breaks warning ignore script
#3879
Labels
Component - Documentation
Affects the documentation
Needs Decision
Needs decision or further information
Problem
The logging in sphinx changed slightly in
7.3.7
->7.4.0
. This breaks ourwarnings_filter.py
-script, that helps to ignore false positives. The issue persists until at least8.1.3
.Details
It is clear, why this set of warnings does not work and others (e.g.
Duplicate C++ declaration
, ...) do. There was a change in Sphinx regarding the handling of the messages from:to
. This might change the time, when the expression is evaluated.
Message in log
Handled object until
7.3.7
Handled object since
7.4.0
Possible solutions
Stick to Sphinx
7.3.7
Pro
undefined label
Con
Upgrade to Sphinx
8.1.3
and ignore allundefined label:
-warningsJust add
.*undefined label: .*
to the regex-filter.Pro
Con
undefined label:
immediatelyThe text was updated successfully, but these errors were encountered: