executablebooks / sphinx-book-theme

A clean book theme for scientific explanations and documentation with Sphinx
https://sphinx-book-theme.readthedocs.io
BSD 3-Clause "New" or "Revised" License
431 stars 197 forks source link

Build(deps-dev): Update sphinx-tabs requirement from <=3.4.0 to <3.5.0 #697

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on sphinx-tabs to permit the latest version.

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

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

3.3.1 - 2022-03-17

Fixed

  • Inserting CSS at the start of the static path list, so that it can be overwritten
  • Assume light theme is the default, even when browser setting prefers dark. Necessary when most sphinx themes don't set data-theme.

3.3.0 - 2022-03-09

Added

... (truncated)

Commits
  • 9431223 RELEASE v3.4.1
  • 26bad87 Change testing to only cover latest sphinx version (#167)
  • 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)
  • 0b04c8e RELEASE: v3.3.1
  • 5b2f4ee [fix] prefers-color-scheme: use dark theme if body[data-theme="auto"] (#154)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
choldgraf commented 1 year ago

Closing because we need this pinned due to the docutils bug

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.