From 19172e5d8cf95402a35077c5f8d2374f19393fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 16:23:25 +0000 Subject: [PATCH] Bump ansys-sphinx-theme from 0.8.0 to 0.8.1 Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.8.0...v0.8.1) --- 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 36459651f8..a5b68a7111 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.8.0", + "ansys-sphinx-theme==0.8.1", "pypandoc==1.10", "nbsphinx==0.8.10", "ipywidgets==8.0.4",