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
@foster999
in 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
@kloczek
in executablebooks/sphinx-tabs#177- Make the tests pass with Sphinx 7.1 by
@mitya57
in executablebooks/sphinx-tabs#178- Fix tests for Sphinx 7.2 by
@MeggyCal
in executablebooks/sphinx-tabs#179- Fix slice assignment in update_context() by
@mathpl
in executablebooks/sphinx-tabs#181- doc: add note about using
include
with tabs by@JSS95
in executablebooks/sphinx-tabs#173New Contributors
@kloczek
made their first contribution in executablebooks/sphinx-tabs#177@mitya57
made their first contribution in executablebooks/sphinx-tabs#178@MeggyCal
made their first contribution in executablebooks/sphinx-tabs#179@mathpl
made their first contribution in executablebooks/sphinx-tabs#181@JSS95
made 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
-
eac2a22
Update init.py -
634aa24
Update init.py -
6a98acd
Update CHANGELOG.md -
e1dbe1b
Add testing for python 3.11 and 3.12 (#182) -
a3f94ca
Update CHANGELOG.md -
cf5390e
doc: add note about usinginclude
with tabs (#173) -
973a049
Fix slice assignment in update_context() causing removal of other extension J... -
1256852
Fix tests for Sphinx 7.2 (#179) -
f60a10e
Make the tests pass with Sphinx 7.1 -
cd11906
Remove depreciated declare_namespace()` (#177) - See full diff in compare view