From 192c88c63a37a1c7b078bdab931e175556a12da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:03:38 +0000 Subject: [PATCH] MAINT: Bump ansys-sphinx-theme from 1.0.4 to 1.0.7 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.0.4 to 1.0.7. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.4...v1.0.7) --- 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 b41acef9c..1a30e256e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ tests = [ "pytest-cov==5.0.0", ] doc = [ - "ansys-sphinx-theme==1.0.4", + "ansys-sphinx-theme==1.0.7", "numpydoc==1.8.0", "Sphinx==8.0.2", # BLOCKED BY sphinx-design - Cannot upgrade to Sphinx 7 for now "sphinx-copybutton==0.5.2",