Bump sphinx-tabs from 3.3.1 to 3.4.0
Bumps sphinx-tabs from 3.3.1 to 3.4.0.
Release notes
Sourced from sphinx-tabs's releases.
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.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
-
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