Open
Description
Describe the issue
A lot of docstrings just skip the docstests, likely because they include soft dependencies or rely on external factors. We could just separate there out into a separate test and possibly make it periodic.
Suggest a potential alternative/fix
From a very quick look there are pytest
modules available which could help i.e. https://github.com/scientific-python/pytest-doctestplus.
Additional context
No response