sphinx-contrib / plantuml

BSD 2-Clause "Simplified" License
113 stars 40 forks source link

👌 Improve sphinx warnings #79

Closed chrisjsewell closed 10 months ago

chrisjsewell commented 10 months ago

This commit intends to improve the warning emitted by the extension; to include source mapping to the error origin, and set the type for all warning (this means e.g. you can suppress them: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-suppress_warnings)

yuja commented 10 months ago

LGTM, thanks. I'll reformat the source and merge soon.

yuja commented 10 months ago

Merged as #81, thanks.

chrisjsewell commented 10 months ago

Cheers