I am trying to set up doctestplus to ignore certain modules (skimage.io._plugins) during doctests, and it is not clear (a) how to translate the setup.cfg options into pyproject.toml, or whether the option provided can handle it as follows?
doctest_norecursedirs = ['io/_plugins']
Would it be possible to document this more clearly? 🙏