From 178b7db2c9e29931e7711dcb96ae9948b78bcb32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:40:45 +0000 Subject: [PATCH] ci: bump ansys-sphinx-theme from 1.7.2 to 1.8.0 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-version: 1.8.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 a56b47e52e2..46e8b7aac24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ operator_doc = [ [dependency-groups] doc = [ - "ansys-sphinx-theme[autoapi]==1.7.2", + "ansys-sphinx-theme[autoapi]==1.8.0", "ansys-tools-visualization-interface>=0.13.0", "enum-tools[sphinx]==0.13.0", "graphviz==0.21",