From 8731f567e24f920c9473e753319f46c051f7cb7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:35:31 +0000 Subject: [PATCH] build: bump ansys-sphinx-theme from 1.4.0 to 1.7.0 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.4.0 to 1.7.0. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.4.0...v1.7.0) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-version: 1.7.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 f1f80f9d8e7..5c2922bffdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ tests = [ "pytest-cov==6.0.0", # latest is 6.2.1 ] doc = [ - "ansys-sphinx-theme==1.4.0", # latest is 1.5.3 + "ansys-sphinx-theme==1.7.0", # latest is 1.5.3 "sphinx==7.4.0", # latest is 8.2.3 ]