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

Declare parallel read and write #65

Closed Letme closed 2 years ago

Letme commented 2 years ago

Since the new sphinx, we need to declare if extension is able to do parallel read and parallel write. Since each directive is its own bundle we can do parallel reads and writes for each call easily. It might crash the Coverity Connect server, but that is not extension problem atm :wink: