Skip to content

Bump sphinx-tabs from 3.3.1 to 3.4.1

WKDV Bot requested to merge dependabot/pip/sphinx-tabs-3.4.1 into develop

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

Full Changelog: https://github.com/executablebooks/sphinx-tabs/compare/v3.4.0...v3.4.1

Version 3.4.0

What's Changed

New 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

Merge request reports