From 694b15d16a225baaf51eb944e709279d1c5e735e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:49:12 +0000 Subject: [PATCH] Bump sphinx-book-theme from 1.1.3 to 1.1.4 Bumps [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/executablebooks/sphinx-book-theme/releases) - [Changelog](https://github.com/executablebooks/sphinx-book-theme/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-book-theme/compare/v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: sphinx-book-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0260b8..881ce52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ docs = [ "sphinx_rtd_theme", "sphinxcontrib-video", "sphinx-autodoc-typehints", - "sphinx-book-theme==1.1.3", + "sphinx-book-theme==1.1.4", "sphinx-click", "sphinx-copybutton", "sphinx-markdown-tables==0.0.17",