From 8dfc40e104df9a7d41b8a81f36a8a294e1314bd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 16:11:00 +0000 Subject: [PATCH] Bump ansys-sphinx-theme from 0.7.1 to 0.8.0 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.7.1...v0.8.0) --- 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 a6378e5980..c030cb40b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ doc = [ "sphinx-copybutton==0.5.1", "sphinx-gallery==0.11.1", "sphinx-autodoc-typehints==1.19.5", - "ansys-sphinx-theme==0.7.1", + "ansys-sphinx-theme==0.8.0", "pypandoc==1.10", "nbsphinx==0.8.10", "ipywidgets==8.0.2",