From cb5033e1ce803859c7535f4a349de9e4519d8896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:33:04 +0000 Subject: [PATCH] build(deps-dev): bump ansys-sphinx-theme from 0.11.2 to 0.12.1 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.11.2 to 0.12.1. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.11.2...v0.12.1) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production 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 56261d3ac..4b2ecab91 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.0", - "ansys-sphinx-theme==0.11.2", + "ansys-sphinx-theme==0.12.1", "pypandoc==1.11", "nbsphinx==0.9.3", "ipywidgets==8.1.1",