melexis / sphinx-coverity-extension

Sphinx plugin to generate Coverity defects report or table in reStructuredText documentation. Coverity report is then personally styled while data integrity is guaranteed.
GNU General Public License v3.0
5 stars 2 forks source link

Tweak version format as used in Sphinx error logs #60

Closed JasperCraeghs closed 3 years ago

JasperCraeghs commented 3 years ago

In the Sphinx error log we get the following information for this plugin:

mlx.coverity (%(prog)s 0.2.2) from /usr/local/lib/python3.7/dist-packages/mlx/coverity.py

This PR aims to change it to be in line with how the other plugins display their version nr, which would look like this:

mlx.coverity (0.2.2) from /usr/local/lib/python3.7/dist-packages/mlx/coverity.py