- Fix the doctestplus sphinx extension to recognize the ``doctest-remote-data`` directive. [162]
0.10.0
===================
- Added ``..doctest-remote-data::`` directive to control remote data access for a chunk of code. [137]
- Drop support for ``python`` 3.6. [159]
- Fixed a bug where the command-line option ``--remote-data=any`` (associated with the ``pytest-remotedata`` plugin) would cause ``IGNORE_WARNINGS`` and ``SHOW_WARNINGS`` options to be ignored in module docstrings. [152]
- Fix wrong behavior with ``IGNORE_WARNINGS`` and ``SHOW_WARNINGS`` that could make a block to pass instead of being skipped. [148]