Skip to content

Releases: melexis/sphinx-coverity-extension

2.0.1

09 Sep 21:30
6496f10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

2.0.0

09 Sep 15:04
b36afde
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v2.0.0

1.0.1

27 Apr 08:36
11e4651
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Support newer versions of Python and matplotlib

06 Mar 09:48
555bfa8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v1.0.0

Declare support for Sphinx' parallel read and write

24 Jun 13:43
1345657
Compare
Choose a tag to compare
Merge pull request #66 from melexis/deprecation-warnings

Show deprecation warnings by default when building the example documentation

Provide ability to re-link the TRACEABILITY_ITEM_ID

03 Feb 16:07
Compare
Choose a tag to compare

Only CI changes to get it to release. Check 0.3.0 release notes.

Provide ability to re-link the TRACEABILITY_ITEM_ID

03 Feb 15:09
3fec35d
Compare
Choose a tag to compare

Re-release because previous release was not published, as it did not run since Travis-CI was deprecated.

Drop support for the Python 3.5 in the process of migrating to GitHub Actions, as there was no need for the continuous support.

Provide ability to re-link the TRACEABILITY_ITEM_ID

02 Feb 17:19
ac53a48
Compare
Choose a tag to compare

When multiple projects share the same defects it might be important to be able to re-link the items from Coverity, to project specific deviation descriptions. List in conf.py now enables user to do this substitution, to avoid warnings and item duplication in the documentation.

Fixed filter options not working for pdf build

28 Nov 10:08
81c9b19
Compare
Choose a tag to compare
  • Fixed filter options of coverity-list directive not working for pdf build
  • Include static files from mlx.traceability in example/conf.py

Empty traceability regex disables that feature

22 Nov 08:31
75a158c
Compare
Choose a tag to compare

Sphinx Coverity Extension can automatically parse comments or external references for Sphinx Traceability Extension, which with this release can be disabled with the empty regex. Then the comments and external references are not parsed for links to Traceability Items.