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

Use snapshot ID if defined #77

Closed JokeWaumans closed 2 weeks ago

JokeWaumans commented 1 month ago

You can now define a snapshot ID in coverity_credentials["snapshot"] in conf.py to use that snapshot of the Coverity stream. If this variable is undefined or has an empty value, the last snapshot will be taken from the stream, as usual.

JasperCraeghs commented 4 weeks ago

I updated the PR description. The use of environment variables and python-decouple is optional. Most importantly, users need to know which variable in conf.py to configure.