Bump sphinx-tabs from 3.3.1 to 3.4.1
Bumps sphinx-tabs from 3.3.1 to 3.4.1.
Release notes
Sourced from sphinx-tabs's releases.
Version 3.4.1
What's Changed
- Change testing to only cover latest sphinx version by @foster999 in https://github.com/executablebooks/sphinx-tabs/pull/167
Full Changelog: https://github.com/executablebooks/sphinx-tabs/compare/v3.4.0...v3.4.1
Version 3.4.0
What's Changed
- Change git to https in pre-commit-hooks by @eyllanesc in https://github.com/executablebooks/sphinx-tabs/pull/158
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/executablebooks/sphinx-tabs/pull/156
- DOCS: Fix typos by @kianmeng in https://github.com/executablebooks/sphinx-tabs/pull/157
👌 IMPROVE: Add support and testing for sphinx 5 by @foster999 in https://github.com/executablebooks/sphinx-tabs/pull/164🐛 FIX: Fix to stop stripping of first line in MyST content by @reiyw in https://github.com/executablebooks/sphinx-tabs/pull/165New Contributors
- @kianmeng and @reiyw made their first contributions
Full Changelog: https://github.com/executablebooks/sphinx-tabs/compare/v3.3.1...v3.4.0
Changelog
Sourced from sphinx-tabs's changelog.
3.4.1 - 2022-97-02
Added
- Weekly scheduled testing, to catch breaking changes in unpinned dependencies
Changed
- docutils version pin to allow use of verison 0.18.x
Removed
- sphinx version pinning - only the latest version of sphinx will now be fully supported, but previous versions will work if sphinx dependencies (i.e. jinja2) are managed correctly. This is inline with the approach at sphinx
- tests that were specific to older versions of sphinx and pygments
- jinja2 version pinning, as this is now pinned in latest version of sphinx
3.4.0 - 2022-06-26
Added
- Testing for sphinx 5
- Tesing for python 3.10
Fixed
- Fixed parsing of MyST content, where first line was being stripped
- Typos in documentation
- Failing regression tests
Changed
- Testing to use an up-to-date pytest version
Removed
- Testing for python 3.6 and sphinx versions 2 and 4 (see #164). Note that the package will likely continue to work fine with these, but this won't be assured by tests
Commits
-
9431223
RELEASE v3.4.1 -
26bad87
Change testing to only cover latest sphinx version (#167) -
b9fd7d8
RELEASE: v3.4.0 -
9b061d5
🐛 FIX: Fix to stop stripping of first line in MyST content (#165) -
f2b4714
👌 IMPROVE: Add support and testing for sphinx 5 (#164) -
88a096f
📚 DOCS: Fix typos (#157) -
c024ea8
[pre-commit.ci] pre-commit autoupdate (#156) -
193646f
Change git to https in pre-commit-hooks (#158) - See full diff in compare view