From cb8d4fe8aef246044e637e56393a06a1cf7831ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:22:37 +0000 Subject: [PATCH] build(deps-dev): update ansys-sphinx-theme requirement Updates the requirements on [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) to permit the latest version. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.2.0...v1.2.2) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abca3a70e31..d3aa24fcc94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ Sphinx = "==7.4.7" jupyter_sphinx = "==0.5.3" numpydoc = "==1.8.0" matplotlib = "==3.9.0" -ansys-sphinx-theme = "==1.2.0" +ansys-sphinx-theme = "==1.2.2" pypandoc = "==1.13" pytest-sphinx = "==0.6.3" sphinx-autobuild = "==2024.10.3"