From 77c7bb2657d762e7c48fbecded01dd819ddf096f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:01:44 +0000 Subject: [PATCH] build(deps-dev): bump ansys-sphinx-theme from 0.12.4 to 0.12.5 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.12.4 to 0.12.5. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.12.4...v0.12.5) --- updated-dependencies: - dependency-name: ansys-sphinx-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 608a8e562..5af69baa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ doc = [ "sphinx-copybutton==0.5.2", "sphinx-gallery==0.14.0", "sphinx-autodoc-typehints==1.24.1", - "ansys-sphinx-theme==0.12.4", + "ansys-sphinx-theme==0.12.5", "pypandoc==1.12", "nbsphinx==0.9.3", "ipywidgets==8.1.1",