Bump sphinx-tabs from 3.4.4 to 3.4.5
Bumps sphinx-tabs from 3.4.4 to 3.4.5.
Release notes
Sourced from sphinx-tabs's releases.
Version 3.4.5
What's Changed
- FIX: unpin docutils by
@agoose77
in executablebooks/sphinx-tabs#186New Contributors
@agoose77
made their first contribution in executablebooks/sphinx-tabs#186Full Changelog: https://github.com/executablebooks/sphinx-tabs/compare/v3.4.4...v3.4.5
Changelog
Sourced from sphinx-tabs's changelog.
3.4.5 - 2024-01-21
Removed
- docutils version pin
3.4.2 - 2023-19-22
Added
- Testing for Python 3.11 and 3.12
Removed
- Dependency on unsupported sphinx_testing package
3.4.2 - 2023-19-22
Fixed
- tests for sphinx 7.2
- slice assignment in update_context(), which was removing JS scripts from other sphinx extensions/themes on pages where tabs were not used
Added
- Note in docs to clarify that include directive can't be used within a code-tab
3.4.1 - 2022-07-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
... (truncated)