Bump sphinx-tabs from 3.4.1 to 3.4.4
Bumps sphinx-tabs from 3.4.1 to 3.4.4.
Release notes
Sourced from sphinx-tabs's releases.
Version 3.4.4
Last two releases had no package version bump, so didn't release on PyPI
Version 3.4.3
What's Changed
- Add testing for python 3.11 and 3.12 by
@foster999in executablebooks/sphinx-tabs#182Full Changelog: https://github.com/executablebooks/sphinx-tabs/compare/v3.4.2...v3.4.3
Version 3.4.2
What's Changed
- Remove no longer needed declare_namespace() by
@kloczekin executablebooks/sphinx-tabs#177- Make the tests pass with Sphinx 7.1 by
@mitya57in executablebooks/sphinx-tabs#178- Fix tests for Sphinx 7.2 by
@MeggyCalin executablebooks/sphinx-tabs#179- Fix slice assignment in update_context() by
@mathplin executablebooks/sphinx-tabs#181- doc: add note about using
includewith tabs by@JSS95in executablebooks/sphinx-tabs#173New Contributors
@kloczekmade their first contribution in executablebooks/sphinx-tabs#177@mitya57made their first contribution in executablebooks/sphinx-tabs#178@MeggyCalmade their first contribution in executablebooks/sphinx-tabs#179@mathplmade their first contribution in executablebooks/sphinx-tabs#181@JSS95made their first contribution in executablebooks/sphinx-tabs#173Full Changelog: https://github.com/executablebooks/sphinx-tabs/compare/v3.4.1...v3.4.2
Changelog
Sourced from sphinx-tabs's changelog.
Change Log
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
Commits
-
eac2a22Update init.py -
634aa24Update init.py -
6a98acdUpdate CHANGELOG.md -
e1dbe1bAdd testing for python 3.11 and 3.12 (#182) -
a3f94caUpdate CHANGELOG.md -
cf5390edoc: add note about usingincludewith tabs (#173) -
973a049Fix slice assignment in update_context() causing removal of other extension J... -
1256852Fix tests for Sphinx 7.2 (#179) -
f60a10eMake the tests pass with Sphinx 7.1 -
cd11906Remove depreciated declare_namespace()` (#177) - See full diff in compare view