fix: Be explicit about parallel Reads.

Newer versions of Sphinx expict a value for this or it will throw warnings.

https://www.sphinx-doc.org/en/master/extdev/index.html#extension-metadata

Given what this extension is doing, parallel reads should be safe since we're not reading RST content at all.

Merge request reports