- doctest_docutils: :mod:`doctest` w/ docutils support (and markdown) - doctest_docutils: Support for sphinx-inline-tab's `tab` directive was added in v0.0.1a17 (18)
``markdown `{tab} example tab
python >>> 4 + 4 8
`
`{tab} example second
python >>> 4 + 2 6
` ``
Removed features
- `sphinx_toctree_autodoc_fix` was removed in v0.0.1a12
Overcome by [Sphinx 5.2](https://pypi.org/project/Sphinx/5.2.0) bakes this in by default: