From b7254fc8fa5027f4d650a5ad0b7fa975d88b5325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 11:53:11 +0000 Subject: [PATCH] :arrow_up: Update sphinx-book-theme requirement from >=1.1.4 to >=1.2.0 Updates the requirements on [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme) to permit the latest version. - [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:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1d3091c..9688033 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -12,7 +12,7 @@ sphinx>=8.1.3 myst-nb sphinx_thebe sphinx-autodoc-typehints -sphinx-book-theme>=1.1.4 +sphinx-book-theme>=1.2.0 sphinx-copybutton>=0.5.2 sphinx-remove-toctrees jupyter-sphinx>=0.5.3