From 5ec6108056c4637011fabe82234ba661b8b6b328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:56:43 +0000 Subject: [PATCH] Bump ansys-sphinx-theme in the doc-dependencies group Bumps the doc-dependencies group with 1 update: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-sphinx-theme` from 1.0.11 to 1.1.2 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.11...v1.1.2) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c5f8b56..d21e565a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ tests = [ "pytest-cov==5.0.0", ] doc = [ - "ansys-sphinx-theme==1.0.11", + "ansys-sphinx-theme==1.1.2", "numpydoc==1.8.0", "Sphinx==8.0.2", "sphinx-autoapi==3.3.2",