Releases: twmr/pytest-sphinx
Releases · twmr/pytest-sphinx
v0.6.3
What's Changed
- bump required pytest to 8.1.1 by @Jan-Domurath in #64
New Contributors
- @Jan-Domurath made their first contribution in #64
Full Changelog: v0.6.2...v0.6.3
v0.6.2
- Adapt to incompatible import_path API change in pytest 8.1.1. Pytest 8.1.1 is
required by pytest-sphinx now.
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
v0.5.0
What's Changed
- Use verbose regular expression by @tony in #33
- chore(.gitignore): Ignore virtualenv directories by @tony in #32
- Use named group regular expression by @tony in #34
- test_sphinx_doctest.py: Assert
doctest
directive by @tony in #35 - Add doctest entry to README by @Thisch in #36
- setup.py -> pyproject.toml (PEP 621) by @tony in #41
- ci,build: Add flake8, black, isort (and wire into CI) by @tony in #42
- build(deps): Fix typo in package name by @tony in #43
src/
layout structure by @tony in #45
New Contributors
Full Changelog: v0.4.0...v0.5.0