sphinx.ext.doctest lets you write doctests in your prose documentation (e.g. .rst files), which is really useful for ensuring that usage examples in those docs do in fact still work.
If it's possible to use xdoctest instead of the standard library doctest, that would be lovely - and could do with documentation. If not, a comparison section of the readme would be nice 🙂
sphinx.ext.doctestlets you write doctests in your prose documentation (e.g..rstfiles), which is really useful for ensuring that usage examples in those docs do in fact still work.If it's possible to use
xdoctestinstead of the standard library doctest, that would be lovely - and could do with documentation. If not, a comparison section of the readme would be nice 🙂