You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you include a file that has a warning, it will give you no real hint on where the problem lies:
Code snippet that reproduces the problem
Page Types/Index includes several rst files. one of them has a warning
Output:
[2024-09-07T07:43:19.947049+00:00] app.WARNING: Reference subtypes-excludelist could not be resolved in Types/Index {"rst-file":"Types/Index"} []
Expected output
[2024-09-07T07:43:19.947049+00:00] app.WARNING: Reference subtypes-excludelist could not be resolved in Types/Index {"rst-include":"Types/_Properties/XYZ"} ['line':42 ]
The text was updated successfully, but these errors were encountered:
Summary
When you include a file that has a warning, it will give you no real hint on where the problem lies:
Code snippet that reproduces the problem
Page Types/Index includes several rst files. one of them has a warning
Output:
[2024-09-07T07:43:19.947049+00:00] app.WARNING: Reference subtypes-excludelist could not be resolved in Types/Index {"rst-file":"Types/Index"} []
Expected output
[2024-09-07T07:43:19.947049+00:00] app.WARNING: Reference subtypes-excludelist could not be resolved in Types/Index {"rst-include":"Types/_Properties/XYZ"} ['line':42 ]
The text was updated successfully, but these errors were encountered: