From ad9fb6b9674d0c2ed9cd257d2eae60e5105034a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:52:42 +0000 Subject: [PATCH] Bump sphinx-book-theme from 1.2.0 to 1.4.0 Bumps [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme) from 1.2.0 to 1.4.0. - [Release notes](https://github.com/executablebooks/sphinx-book-theme/releases) - [Changelog](https://github.com/executablebooks/sphinx-book-theme/blob/main/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-book-theme/compare/v1.2.0...v1.4.0) --- updated-dependencies: - dependency-name: sphinx-book-theme dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b994159e..988c6a8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ docs = [ "sphinx>=5,<9", "sphinx_design==0.7.0", "myst-nb==1.4.0", - "sphinx-book-theme==1.2.0", + "sphinx-book-theme==1.4.0", "sphinx-argparse==0.6.0", "sphinx-toolbox==4.2.0", ]