## Problem At https://github.com/crate/crate-docs-theme/pull/648#issuecomment-3486361001, we discovered that a few of the extensions the theme is using do not support parallel reading (yet). ## Details - `sphinx-subfigure` has been removed with the PR referenced above, because we don't need it. - `sphinx-csv-filter` is apparently marked safe for parallel reading already, but has a dedicated ticket now to process any problems, see https://github.com/crate/sphinx_csv_filter/issues/51. - `oembedpy` is also marked safe for parallel reading, but apparently needs improvements, so we've forwarded the report, see https://github.com/attakei/oEmbedPy/issues/12.
Problem
At #648 (comment), we discovered that a few of the extensions the theme is using do not support parallel reading (yet).
Details
sphinx-subfigurehas been removed with the PR referenced above, because we don't need it.sphinx-csv-filteris apparently marked safe for parallel reading already, but has a dedicated ticket now to process any problems, see Support parallel reading for Sphinx sphinx-csv-filter#51.oembedpyis also marked safe for parallel reading, but apparently needs improvements, so we've forwarded the report, see Sphinx: Problem with parallel reading attakei/oEmbedPy#12.