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
Doxylink currently prints out a line for each problem it finds, but the output cannot be controlled in any way.
Please either make the output generate a sphinx warning that can be deactivated (e.g. doxylink.skip) or add a config option to control whether these skip notifications shall be generated.
Ideally, I'd like to see them when building with -v, but not in a normal build.
The text was updated successfully, but these errors were encountered:
@arwedus can you provide specifics on what the print output you are referring to? I have a use case where I would like to disable printing to console when there is a ParseException as this can lead to a bunch of console output masking actual errors that prevent Sphinx from building.
If I have a little more information maybe I can tie both of these requests together in a PR.
dambrosio
added a commit
to dambrosio/doxylink
that referenced
this issue
Jan 23, 2025
Doxylink currently prints out a line for each problem it finds, but the output cannot be controlled in any way.
Please either make the output generate a sphinx warning that can be deactivated (e.g.
doxylink.skip
) or add a config option to control whether these skip notifications shall be generated.Ideally, I'd like to see them when building with
-v
, but not in a normal build.The text was updated successfully, but these errors were encountered: