Commit 65620be
committed
fix log_warning call with missing arguments
Fixed TypeError in warnings.py where log_warning was called with only 2
arguments instead of the required 4 positional arguments (logger,
message, subtype, location). This was causing crashes when processing
invalid warning filters in Sphinx 8.x.
The fix ensures compatibility with the updated log_warning function
signature introduced for Sphinx 8.x compatibility.1 parent 69ee2dd commit 65620be
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
81 | 87 | | |
82 | 88 | | |
83 | 89 | | |
| |||
0 commit comments