From c9297c73f76c54edf0a7ce5f7fb0b109cab3d8f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:03:19 +0000 Subject: [PATCH] Bump sphinx-book-theme from 1.1.4 to 1.2.0 Bumps [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme) from 1.1.4 to 1.2.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.1.4...v1.2.0) --- updated-dependencies: - dependency-name: sphinx-book-theme dependency-version: 1.2.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 80674274..7e63ae50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ docs = [ "sphinx>=5,<9", "sphinx_design==0.7.0", "myst-nb==1.4.0", - "sphinx-book-theme==1.1.4", + "sphinx-book-theme==1.2.0", "sphinx-argparse==0.5.2", "sphinx-toolbox==4.1.2", ]